Is ECMAScript 2027 Released?
Not Yet
ECMAScript 2027 is expected to be approved by the Ecma General Assembly in June 2027
ECMAScript 2026 was approved by the Ecma General Assembly on 30th June 2026
Meet ECMAScript 2027
- Temporal date/time API
- Explicit Resource Management (using)
- Joint iteration (Iterator.zip)
- Atomics.pause
- Further stage 4 proposals expected until March 2027
Versions
Browsers do not expose an ECMAScript version number; to see which edition's features a browser supports, check a feature support table such as caniuse.com or the ECMAScript compatibility table.About ECMAScript
ECMAScript (or ES) is a general-purpose programming language, standardized by ECMA International according to the document ECMA-262.First, it is important to mention that ECMA is an organization that makes and publishes standards in programming. The standard ECMA-262 was published with the intention to define and establish general features that programming languages should have. It can be confusing thinking of ECMA Script as a language when we already know that ECMA itself regulates programming languages in general.