# What is ES6?
ES6 is the 6th version of ECMAScript
# Why Should I Learn ES6?
React uses ES6, some of the new features
1- Classes
2- Arrow Functions
3- Variables (let, const, var)
4- Array Methods like .map()
5- Destructuring
6- Modules
7- Ternary Operator
8- Spread Operator
9- Rest operator