0
What's new in ES6 ?
Javascript versions
2 Answers
+ 5
A lot apparently...
http://es6-features.org
0
Let and const key words for define variables. String interpolation or template String. New for loops. Destructuring, spread and rest operatos. Arrow functions, clases and others features.