1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 10:22:23 +00:00
es6tutorial/docs/reference.md
2015-10-22 17:44:44 +08:00

17 KiB
Raw Blame History

参考链接

官方文件

综合介绍

let和const

解构赋值

字符串

正则

数值

数组

函数

对象

Proxy和Reflect

Symbol

二进制数组

Set和Map

Iterator

Generator

Promise对象

Class

Decorator

Module

工具