2013年4月5日

[翻译] ECMAScript 6(持续更新)

摘要: ECMAScript 6 and Spread Operator展开操作符。把数组转换成连续的参数。ECMAScript 6 and Rest Parameter可变参数。处理可变数目的函数参数。ECMAScript 6 and Object Literal Property Value Shorthand对象字面属性值简写。属性值与属性标识符同名。ECMAScript 6 and Method Definitions方法定义。定义一个属性方法,而不使用关键字 function。ECMAScript 6 and Destructuring Assignment解构赋值。使用模式提取对象的部分。 阅读全文

posted @ 2013-04-05 16:49 nuysoft 阅读(9549) 评论(0) 推荐(4) 编辑

导航