ES6
ES6, also known as ECMAScript 2015, is the sixth major edition of the ECMAScript standard for JavaScript. Formalized in 2015 by the TC39 committee, it represents a broad modernization of the language. ES6 introduced substantial language and API improvements aimed at increasing developer productivity while preserving compatibility with existing JavaScript code and environments.
Notable features include block-scoped variables declared with let and const, arrow functions, classes, modules with import
Since its release, browser and runtime support has grown extensively, and many features are now standard in