EcmaScript 2022 tutorials

EcmaScript2022 (ES13) is latest JavaScript version going to release in 2022 year.

Es12 is latest JavaScript language, EcmaScript 2021 released in 2021 year. ES12. TC39 is the approving committee, to add features to JavaScript.

Prerequisite:

  • Basic JavaScript is required.

Latest ES13 or ECMAScript2022 Features in javascript

The following are the list of feature proposals in 2022.

  • Class Fields by adding public and private properties
  • Support of getter and setters for private properties
  • Static properties and private methods are introduced
  • updated to Regexp match expression
  • Await can be used outside of async blocks

As you can check all the proposals and their release date in finished proposals