Open tonyzheng121 opened 7 years ago
1.Array.prototype.includes 2.Exponentiation Operator(求冥运算)
1.Object.values/Object.entries 2.String padding(字符串填充) 3.Object.getOwnPropertyDescriptors 4.函数参数列表和调用中的尾逗号(Trailing commas)
ES2016(ES7)新特性
1.Array.prototype.includes 2.Exponentiation Operator(求冥运算)
参考
ES2017(ES8)新特性
1.Object.values/Object.entries 2.String padding(字符串填充) 3.Object.getOwnPropertyDescriptors 4.函数参数列表和调用中的尾逗号(Trailing commas)
async/await
字符串填充
values和entries函数
getOwnPropertyDescriptors函数
结尾逗号
参考