参考链接:http://es6.ruanyifeng.com/
目录
1、ECMAScript 6 简介
2、let和const命令
3、变量的解构赋值
4、字符串的扩展
5、正则的扩展
6、数值的扩展
7、函数的扩展
8、数组的扩展
9、对象的扩展
10、Symbol
11、Set和Map数据结构
12、Proxy
13、Reflect
14、Promise对象
15、Iterator和for...of循环
16、Generator 函数的语法
17、Generator 函数的异步应用
18、async 函数
19、Class 的基本语法
20、Class 的继承
21、Decorator修饰器
22、Module 的语法
23、Module 的加载实现
24、编码风格