1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00
es6tutorial/docs/reference.md
2018-08-31 17:51:19 +08:00

26 KiB
Raw Blame History

参考链接

官方文件

综合介绍

let 和 const

解构赋值

字符串

正则

数值

数组

函数

对象

Symbol

Set 和 Map

Proxy 和 Reflect

Promise 对象

Iterator

Generator

异步操作和 Async 函数

Class

Decorator

Module

二进制数组

SIMD

工具