Discover the five new JavaScript ECMAScript 2021 (ES2021/ES12) feature proposals that have an anticipated release date for mid-2021: Logical assignment operators, String.replaceAll, Numeric separator, Promise.Any, and WeakRef

For those who do not know, TC39 is the organization behind the standardization of the ECMAScript (JavaScript) specification. Ever since the major 2015 ES6 release, it has become the norm to release new features yearly.

For a feature to be added to a yearly release, it has to go through four proposal stages, with the final stage being approval. Let’s take a look at the five feature proposals that are currently in the final stage, with an anticipated release date for mid-2021.

  • Logical assignment operators
  • String.replaceAll
  • Numeric separator
  • Promise.Any
  • WeakRef

#javascript #programming #web-development

New JavaScript ES2021 (ES12) Features You May Have Missed
2.20 GEEK