- 6th version of ECMAScript
- ECMAScript is a standard, Javascript is an implementation
- It is a type of new javascript
- Also known as ES2015
- Babel transpiles ES6 to ES5
*Array helpers: Its purpose is to help iterate over the array. Earlier implemented by lodash and underscore * ForEach: * Map * Filter * Find: Search through and look for a particular element in array * Every * Some * Reduce
* ConstLet
* Template Strings
* Arrow Functions