- let和const
- 新基础类型:symbol bigint(number string null undefined boolean object)
- 字符串
- 模板字符串``
- 新方法 includes startsWith/endsWith
- 解构表达式
- 数组解构
- 对象解构
- 对象方面
- Map Set
- 数组新方法:Array.from(),map()、filter() forEach() some()、every() find()
- 对象新方法:Object.is()、Object.assign()、Object.keys()、Object.values()、Object.entries()
- 对象简写
- ...扩展运算符
- 函数方面
- 参数默认值
- 箭头函数
- class 类
- promise
- proxy
- 模块化 import