首先,感谢阮一峰老师的《ECMAScript 6 入门》开源的 JavaScript 语言教程,此教程全面介绍 ECMAScript 6 新引入的语法特性。建议大家购买纸质版,支持阮老师。
本教程独立网页地址:https://malun666.github.io/aicoder_vip2_es678/
老马官网:aicoder.com
老马录制的免费在线视频教程: qtxh.ke.qq.com
- 1. ES6 的概述
- 2. let 与 const
- 3. 变量解构赋值
- 4. 字符串扩展
- 5. 数值的扩展
- 6. 正则的扩展
- 7. 函数的扩展
- 8. 数组的扩展
- 9. 对象的扩展
- 10. Class 的基本语法
- 11. Class 的继承
- 12. Set 和 Map 数据结构
- 13. Symbol
- 14. Iterator 和 for...of 循环
- 15. Promise 对象
- 16. Generator 函数的语法
- 17. Generator 函数的异步应用
- 18. async 函数
- 19. Module 的语法
- 20. Module 的加载实现
- 21. Proxy
- 22. Reflect
- 23. ArrayBuffer