浏览 87
分享
ES6
JavaScript was created in 1995, but the language is still thriving today. There are subsets, supersets, current versions and the latest version ES6 that brings a lot of new features.
Some of the highlights:
- Classes
- Arrow Functions
- Template Strings
- Inheritance
- Constants and Block Scoped Variables
- Spread and Rest operators
- Destructuring
- Modules
原文: https://angular-2-training-book.rangle.io/handout/features/es6.html
评论列表