- 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.
推薦閱讀
- TypeScript Blueprints
- C語言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- HBase從入門到實(shí)戰(zhàn)
- 我的第一本算法書
- Visual Basic程序設(shè)計(jì)(第3版):學(xué)習(xí)指導(dǎo)與練習(xí)
- Neo4j Essentials
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- 名師講壇:Spring實(shí)戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- ExtJS高級(jí)程序設(shè)計(jì)
- Python High Performance Programming
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)項(xiàng)目化教程
- Windows Phone 8 Game Development
- Mastering jQuery Mobile
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點(diǎn)滴思考
- Learning Concurrency in Python