💎一站式轻松地调用各大LLM模型接口,
支持GPT4、智谱、星火、月之暗面
及文生图
广告
[TOC] # ES2020 新特性: ➡️ String.prototype.matchAll ➡️ import() ➡️ BigInt ➡️ Promise.allSettled ➡️ globalThis ➡️ for-in mechanics ➡️ 可选链 ➡️ 空值合并运算符 ———————————————— 原文作者:MasterShu 转自链接:https://learnku.com/f2e/t/39536
介绍
标准化ECMAScript特性的TC39流程
===ES2016 and ES2017===
II ECMAScript 2016
Array.prototype.includes
求幂运算符(**)
III ECMAScript 2017
函数参数列表和调用尾逗号
11. 修饰器(Decorator)
===ES2018 and ES2019===
ES2020 and ES2021
...
关于本书