阮一峰老师的 ES6 入门教程 http://es6.ruanyifeng.com/
- Directory
- 1:let const 简介- let const 简介
- 2:变量的解构赋值- 变量的解构赋值
- 3:字符串扩展- 字符串扩展
- 4:正则表达式扩展- 正则表达式扩展
- 5:数值扩展- 数值扩展
- 6:数组扩展- 数组扩展
- 7:函数扩展- 函数扩展
- 8:对象扩展- 对象扩展
- 9:Symbol- Symbol
- 10:Proxy和Reflect- Proxy和Reflect
- 11:Set和Map数据结构- Set和Map数据结构
- 12:Iterator和for_of循环- Iterator和for_of循环
- 13:Generator 函数- Generator 函数
- 14:Promise对象- Promise对象
- 15:异步操作和Async函数- 异步操作和Async函数
- 16:Class- Class
- 17:修饰器- 修饰器
- 18:Module- Module
- 19:编程风格- 编程风格
- 20:ECMAScript 规格- ECMAScript 规格
- 20:二进制数组- 二进制数组