Top features in ES 6 / Javascript 2015


In this tutorial, we are looking into the most used ES6 features,
  1. Arrow function
  2. Default Parameter
  3. Block scope variables let and const
  4. Rest and Spread operator
  5. Template literals
  6. New array higher-order function ( forEach, Map, Filter, Reduce)
  7. Object and Array Literals
  8. Destructuring assignment
  9. Class
  10. Modules (Import and Export)
  11. Generator Function


Related Articles







Comments