-
Notifications
You must be signed in to change notification settings - Fork 9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Summary | ||
|
||
* [0. 前言](README.md) | ||
* [1. ECMAScript 6简介](docs/intro.md) | ||
* [2. let 和 const 命令](docs/let.md) | ||
* [3. 变量的解构赋值](docs/destructuring.md) | ||
* [4. 字符串的扩展](docs/string.md) | ||
* [5. 正则的扩展](docs/regex.md) | ||
* [6. 数值的扩展](docs/number.md) | ||
* [7. 函数的扩展](docs/function.md) | ||
* [8. 数组的扩展](docs/array.md) | ||
* [9. 对象的扩展](docs/object.md) | ||
* [10. Symbol](docs/symbol.md) | ||
* [11. Set 和 Map 数据结构](docs/set-map.md) | ||
* [12. Proxy](docs/proxy.md) | ||
* [13. Reflect](docs/reflect.md) | ||
* [14. Promise 对象](docs/promise.md) | ||
* [15. Iterator 和 for...of 循环](docs/iterator.md) | ||
* [16. Generator 函数的语法](docs/generator.md) | ||
* [17. Generator 函数的异步应用](docs/generator-async.md) | ||
* [18. async 函数](docs/async.md) | ||
* [19. Class 的基本语法](docs/class.md) | ||
* [20. Class 的继承](docs/class-extends.md) | ||
* [21. Decorator](docs/decorator.md) | ||
* [22. Module 的语法](docs/module.md) | ||
* [23. Module 的加载实现](docs/module-loader.md) | ||
* [24. 编程风格](docs/style.md) | ||
* [25. 读懂规格](docs/spec.md) | ||
* [26. ArrayBuffer](docs/arraybuffer.md) | ||
* [27. 最新提案](docs/proposals.md) | ||
* [28. 参考链接](docs/reference.md) |