PatrickZurita / new-features-ES22

New features of ECMAScript 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECMAScript 2022

New features of ECMAScript 2022

N|SolidN|Solid

ECMAScript 2022 is the version of ECMAScript corresponding to this year. There are some new features that have been incorporated and could be used in our javascript projects.

Features

  • Top-level await
  • Private instance fields, methods, and accessors
  • Static class fields and methods
  • Array, String, and TypedArray: .at() Method
  • Object: .hasOwn()

About

New features of ECMAScript 2022


Languages

Language:JavaScript 100.0%