1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 19:22:21 +00:00

edit js/ditto

This commit is contained in:
ruanyf 2014-04-25 19:11:12 +08:00
parent 6aecd620c9
commit 72346dc0c1

View File

@ -5,7 +5,9 @@
授权:<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">署名-非商用许可证</a>
## 目录
<ol start="0">
- [前言](#README)
- [ECMAScript 6简介](#docs/intro)
- [let和const命令](#docs/let)
@ -21,6 +23,7 @@
- [Promise对象](#docs/promise)
- [Class和Module](#docs/class)
- [参考链接](#docs/reference)
</ol>
## 其他