- 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
解構賦值。使用模式提取對象的部分。 - ECMAScript 6 and Default Argument
默認參數。一個函數聲明可以為每個參數指定一個默認值。 - ECMAScript 6 and Arrow Function
箭頭函數。函數表達式的簡寫形式。 - ECMAScript 6 and Array Comprehension
數組推導式。基於另一個數組創建數組的簡潔方式。