Skip to main content

ES2020

  • 动态 import ()
  • 空值合并运算符 ??
  • 可选链 ?.
  • BigInt:新基本数据类型,表示任意精度的整数
  • globalThis:浏览器:window、worker:self、node:global
  • Promise.allSettled
  • for-in 结构:用于规范 for-in 语句的遍历顺序