huoxiangdong / Blog

学习记录
0 stars 0 forks source link

ES6 #2

Open huoxiangdong opened 6 years ago

huoxiangdong commented 6 years ago

严格模式

use strict

声明

var 全局声明
let   局部声明
const 常量声明

解构赋值

扩展 & rest 运算符

字符串

数字

数组

对象

箭头函数

Set & WeakSet

Map

Proxy