tonyzheng121 / tonyzheng1990.github.io

平常学习中一些问题的记录和总结
https://tonyzheng1990.github.io
41 stars 0 forks source link

ES7/8 Cheat Sheet #26

Open tonyzheng121 opened 7 years ago

tonyzheng121 commented 7 years ago

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函数

结尾逗号

参考