- 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.
推薦閱讀
- TensorFlow Lite移動端深度學(xué)習(xí)
- SpringMVC+MyBatis快速開發(fā)與項目實戰(zhàn)
- 樂學(xué)Web編程:網(wǎng)站制作不神秘
- Learning SAP Analytics Cloud
- 教孩子學(xué)編程:C++入門圖解
- 深度學(xué)習(xí):算法入門與Keras編程實踐
- Python Data Analysis(Second Edition)
- 碼上行動:用ChatGPT學(xué)會Python編程
- Mastering Backbone.js
- Couchbase Essentials
- Azure Serverless Computing Cookbook
- SciPy Recipes
- Python機器學(xué)習(xí)算法與應(yīng)用
- QlikView Unlocked
- Pandas 1.x Cookbook