- Switching to Angular(Third Edition)
- Minko Gechev
- 92字
- 2021-07-02 15:23:35
Introduction to TypeScript
TypeScript is an open source programming language that is developed and maintained by Microsoft. Its initial public release was in October 2012. TypeScript is a superset of ECMAScript, supporting all of the syntax and semantics of JavaScript with some extra features on top, such as static typing and richer syntax.
Figure 1 shows the relationships among ES5, ES2015, ES2016, and TypeScript:

Figure 1
As TypeScript is statically typed, it can provide a number of benefits to us as JavaScript developers. Let's take a quick look at those benefits now.
推薦閱讀
- Modular Programming with Python
- Java系統分析與架構設計
- Boost C++ Application Development Cookbook(Second Edition)
- JavaScript by Example
- Hands-On Enterprise Automation with Python.
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Selenium Testing Tools Cookbook(Second Edition)
- C#實踐教程(第2版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Learning AWS
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- 大規模語言模型開發基礎與實踐
- Python深度學習入門:從零構建CNN和RNN