Versions
In the beginning there was JavaScript and this was submitted to ECMA international as a standard.
This new language standard was called ECMAScript.
JavaScript is the most popular implementation of this standard.
JavaScript implements ECMAScript and builds on top of it.
A new version of ECMAScript is released every year.
Name | Other Names | Release Date | Notes / Version Number |
ES 2022 | ECMAScript 2022 / ES13 | 2022 June | Version 13, |
ES 2021 | ECMAScript 2021 / ES12 | 2021 June | Version 12, string.replaceAll |
ES 2020 | ECMAScript 2020 / ES11 | 2020 June | Version 11, optional chaining |
ES 2019 | ECMAScript 2019 / ES10 | 2019 June | Version 10, string.trimStart / trimEnd |
ES 2018 | ECMAScript 2018 / ES9 | 2018 June | Version 9, for-await-of loop |
ES 2017 | ECMAScript 2017 / ES8 | 2017 June | Version 8, async and await |
ES 2016 | ECMAScript 2016 / ES7 | 2016 June | Version 7, Array.prototype.includes |
ES 2015 | ECMAScript 2015 / ES6 | 2015 June | Version 6, let and const |
ES 2009 | ECMAScript 2009 / ES5 | 2009 December | Version 5 |
ES 2008 | 2008 July | Version 4 was abandoned | |
ES 1999 | 1999 December | Version 3 | |
ES 1998 | 1998 June | Version 2 | |
ES 1997 | 1997 June | Version 1 |
ECMA-262
This is the official ECMA standard definition for the ECMAScript programming language.
link - ecma-international.org/publications-and-standards/standards/ecma-262/
© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext