This website requires JavaScript.
Explore
Help
Sign In
book
/
es6tutorial
Watch
1
Star
0
Fork
0
You've already forked es6tutorial
mirror of
https://github.com/ruanyf/es6tutorial.git
synced
2025-05-27 20:32:21 +00:00
Code
Issues
Releases
Wiki
Activity
es6tutorial
/
sidebar.md
ruanyf
9ed5c759e9
docs(module): 拆分《Module》一章
2017-02-13 00:25:47 +08:00
1.4 KiB
Raw
Blame
History
ECMAScript 6 入门
作者:
阮一峰
授权:
署名-非商用许可证
目录
前言
ECMAScript 6简介
let 和 const 命令
变量的解构赋值
字符串的扩展
正则的扩展
数值的扩展
数组的扩展
函数的扩展
对象的扩展
Symbol
Set 和 Map 数据结构
Proxy
Reflect
Promise 对象
Iterator 和 for...of 循环
Generator 函数的语法
Generator 函数的异步应用
async 函数
Class
Decorator
Module 的语法
Module 的加载实现
编程风格
读懂规格
二进制数组
SIMD
参考链接
其他
源码
修订历史
反馈意见