1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 02:02:21 +00:00
es6tutorial/docs/reference.md
2016-09-04 01:38:44 +08:00

20 KiB
Raw Blame History

参考链接

官方文件

综合介绍

let和const

解构赋值

字符串

正则

数值

数组

函数

对象

Proxy和Reflect

Symbol

二进制数组

Set和Map

Iterator

Generator

Promise对象

异步操作和Async函数

Class

Decorator

Module

工具