What are the most popular features of ES6?

ES6 or the ECMAScript 2015 is the 6th and major edition of the ECMAScript language specification standard. It defines the standard for the implementation of JavaScript and it has become much popular than the previous edition ES5. Some of the best and most popular ES6 features are :

  1. let and const Keywords
  2. Arrow Functions
  3. Multi-line Strings
  4. Default Parameters
  5. Template Literals
  6. Destructuring Assignment
  7. Enhanced Object Literals
  8. Promises
  9. Classes
  10. Modules