1、let 和 const
http://es6.ruanyifeng.com/#docs/let
2、class 、extends、super
http://es6.ruanyifeng.com/#docs/class
3、 箭头函数 ” => ”
http://es6.ruanyifeng.com/#docs/function#箭头函数
4、template string
http://es6.ruanyifeng.com/#docs/string#模板字符串
5、解构赋值
http://es6.ruanyifeng.com/#docs/destructuring
6、default 、rest
http://es6.ruanyifeng.com/#docs/function#函数参数的默认值
http://es6.ruanyifeng.com/#docs/function#rest参数
7、扩展运算符 ” … “
http://es6.ruanyifeng.com/#docs/function#扩展运算符
http://es6.ruanyifeng.com/#docs/object#对象的扩展运算符
8、Set和Map
http://es6.ruanyifeng.com/#docs/set-map
9、Module模块
http://es6.ruanyifeng.com/#docs/module
本文详细介绍了ECMAScript 6(ES6)中新增的重要特性,包括let和const声明变量的方式、class类语法糖、箭头函数的使用、模板字符串、解构赋值等,并深入探讨了扩展运算符、Set和Map数据结构的应用,最后还讲解了ES6模块系统的基础知识。
1064

被折叠的 条评论
为什么被折叠?



