mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-29 13:52:22 +00:00
24 lines
777 B
Markdown
24 lines
777 B
Markdown
# [ECMAScript 6 入门]()
|
|
|
|
作者:[阮一峰](http://www.ruanyifeng.com)
|
|
|
|
授权:<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">署名-非商用许可证</a>
|
|
|
|
## 目录
|
|
- [前言](#README)
|
|
- [ECMAScript 6简介](#docs/intro)
|
|
- [let和const命令](#docs/let)
|
|
- [字符串的扩展](#docs/string)
|
|
- [数值的扩展](#docs/number)
|
|
- [对象和函数的扩展](#docs/object)
|
|
- [箭头函数](#docs/arrow)
|
|
- [Iterator和for...of循环](#docs/iterator)
|
|
- [Generator函数](#docs/generator)
|
|
- [Promise对象](#docs/promise)
|
|
- [参考链接](#docs/reference)
|
|
|
|
## 其他
|
|
- [源码](http://github.com/ruanyf/es6tutorial/)
|
|
- [修订历史](https://github.com/ruanyf/es6tutorial/commits/gh-pages)
|
|
- [反馈意见](https://github.com/ruanyf/es6tutorial/issues)
|