Following are the list of few new Features introduced in ES6
- const and let keywords : Blocked level variables
- Array helper functions like map, forEach, filter, find, every, some, reduceArrow functions
- Classes and enhanced object literals
- Modules
- Template strings
- Default function arguments
- Rest and spread operators
- Promises
- Multi-line Strings
- DE structuring Assignment