ES6 - Getting Started Guide
ECMAScript 2015, also known as ES6, introduced significant changes in the way Javascript is written. It supports ‘Classes’ and ‘Modules’ and with a number of other features is a superset of its previous version.
Features
Let us explore the features by examples
Some of the basic features are
The most important additions in ES6 are
Other important additions are listed below
Assorted list of other features/changes