Open In App

JavaScript Versions

Last Updated : 11 Mar, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

JavaScript is a modern scripting language that is popular worldwide among developers. It is a lightweight, interpreted compiled language that can be used on both client-side as well as the server side. It was invented in the year 1995 by Brendan Eich.

This language became an ECMA standard in the year 1997. Versions are named ECMAScript2016, 2017…2020 after 2016.

JavaScript Versions

We will discuss the various versions, their features as well and the release date in the table below:

Version Name Release Year Features
ES1 ECMAScript 1 1997 Initial Release
ES2 ECMAScript 2 1998 Minor Editorial Changes
ES3 ECMAScript 3 1999

Added:

ES4 ECMAScript 4   Abandoned due to conflicts
ES5 ECMAScript 5 2009

Added:

ES6 ECMAScript 2015 2015

Added:

ES7 ECMAScript 2016 2016

Added:

ES8 ECMAScript 2017 2017

Added:

ES9 ECMAScript 2018 2018

Added:

ES10 ECMAScript 2019 2019

Added:

ES11 ECMAScript 2020 2020

Added:

ES12 ECMAScript 2021 2021

Added:

ES13 ECMAScript 2022 2022

Added:

  • Top-level await
  • New class elements
  • Static block inside classes
ES14 ECMAScript 2023 2023

Added:

  • toSorted method
  • toReversed
  • findLast, and findLastIndex methods on Array.prototype and TypedArray.prototypet

Note: Older versions of browsers do not support ES6.



Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads