JS Basic Tutorial
JavaScript has undergone several iterations since its creation, with new features and improvements introduced regularly. The standard for JavaScript is called ECMAScript (ES), which is maintained by the European Computer Manufacturers Association (ECMA). Each new version of ECMAScript adds new features to JavaScript.
Name |
Releasing Year |
Features |
---|---|---|
ECMAScript 1 (ES1) |
1997 |
Basic syantax and features:
|
ECMAScript 2 (ES2) |
1998 |
No major new features were added. Focused on minor edits. |
ECMAScript 3 (ES3) |
1999 |
|
ECMAScript 4 (ES4) |
|
Abandoned due to disagreements |
ECMAScript 5 (ES5) |
2009 |
|
ECMAScript 6 (ES6) |
2015 |
|
ECMAScript 7 (ES7) |
2016 |
|
ECMAScript 8 (ES8) |
2017 |
|
ECMAScript 9 (ES9) |
2018 |
|
ECMAScript 10 (ES10) |
2019 |
|
ECMAScript 11 (ES11) |
2020 |
|
ECMAScript 12 (ES12) |
2021 |
|
ECMAScript 13 (ES13) |
2022 |
|
ECMAScript 14 (ES14) |
2023 |
|
Note
The latest version of JavaScript is ECMAScript 2023.