Skip to content

Commit

Permalink
add SUMMARY.md for gitbook support
Browse files Browse the repository at this point in the history
  • Loading branch information
jim3ma committed Mar 29, 2018
1 parent 27784cd commit 9b3d8c9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions SUMMARY.md
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)

0 comments on commit 9b3d8c9

Please sign in to comment.