ES6+ 包括 ES2015(ES6), ES2016(ES7), ES2017(ES8), ...
- 背景知识
- Babel 的使用
- let & const
- 变量的解构赋值
- 字符串的扩展
- 模版字符串
``
- 模版字符串
- 对象的扩展
- 数组的扩展
- 函数的扩展
- 箭头函数
- Promise 👍
- Class
- Module
- Code Style
- Symbol
- Maps 和 Sets
- Iterator 和
for-of
循环 - Typed Arrays 类型数组
- Generator 生成器 👍
- Proxy 和 Reflection
- async/await 异步编程 👍
- Shared memory and atomics
- Object.entries() & Object.values()
- 字符串新增方法:padStart & padEnd
- Object.getOwnPropertyDescriptors()
- 参数列表末尾逗号的合法化
- ES6 标准入门 - 阮一峰
- Exploring ES6 - Dr. Axel Rauschmayer
- Exploring ES2016 and ES2017 - Dr. Axel Rauschmayer
- Understanding ECMAScript 6 - Nicholas C. Zakas
- ponyfoo.com - Nicolás Bevacqua