vuepress-theme-vdoing/docs/《ES6 教程》笔记/34.参考链接.md

27 KiB
Raw Permalink Blame History

title date permalink author categories tags
参考链接 2020-02-09 16:00:30 /pages/ea6f3b870f6dab69 阮一峰
《ES6 教程》笔记
ES6

参考链接

官方文件

综合介绍

let 和 const

解构赋值

字符串

正则

数值

数组

函数

对象

Symbol

Set 和 Map

Proxy 和 Reflect

Promise 对象

Iterator

Generator

异步操作和 Async 函数

Class

Decorator

Module

二进制数组

SIMD

工具