ES6 7 8 9 10新特性总结
Posted 十九万里
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ES6 7 8 9 10新特性总结相关的知识,希望对你有一定的参考价值。
ES6新特性:
1、let&const
2、解构赋值
3、模板字符串
4、简化对象
5、箭头函数
6、允许函数的默认值设置参数
7、symbol 独一无二的值
8、迭代器
9、生成器
10、promise
11、 set集合
12、Map
ES7新特性:
1、求幂运算符(**)
2、Array.prototype.includes()方法
3、函数作用域中严格模式的变更
ES8新特性:
1、异步函数(Async functions) async await
2、Object.values(),Object.entries()
3、String padding
4、Object.getOwnPropertyDescriptors()
ES9新特性:
1.for await of
2.Object Rest Spread
3.Promise.prototype.finally()
4.新的正则表达式特性
ES10新特性:
1.Array.prototype.flat()
2.Array.prototype.flatMap()
3.Object.fromEntries()
4.String.trimStart 和 String.trimEnd
5.String.prototype.matchAll
6.try…catch
7.BigInt
8.Symbol.prototype.description
9.Function.prototype.toString()
es678910属性详解:
ES7、ES8、ES9、ES10新特性总结
以上是关于ES6 7 8 9 10新特性总结的主要内容,如果未能解决你的问题,请参考以下文章