1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 02:02:21 +00:00
es6tutorial/docs/reference.md

24 KiB
Raw Blame History

参考链接

官方文件

综合介绍

let和const

解构赋值

字符串

正则

数值

数组

函数

对象

Symbol

Set和Map

Proxy 和 Reflect

Promise 对象

Iterator

Generator

异步操作和Async函数

Class

Decorator

Module

二进制数组

SIMD

工具