es2015
ES2015, officially ECMAScript 2015 and commonly known as ES6, is the sixth edition of the ECMAScript standard and the first major revision in many years. standardized by Ecma International under ECMA-262 and developed by the TC39 committee, it introduced a broad set of syntax and core library enhancements intended to modernize JavaScript for large-scale applications.
The edition added numerous features that changed everyday programming in JavaScript. Key additions include block-scoped variables
In terms of impact, ES2015 represented a significant shift in how JavaScript code is written and organized.
Since ES2015, the language has continued to evolve through an annual TC39 release cycle, with ES2016, ES2017,