In this tutorial, we are looking into the most used ES6 features,
- Arrow function
- Default Parameter
- Block scope variables let and const
- Rest and Spread operator
- Template literals
- New array higher-order function ( forEach, Map, Filter, Reduce)
- Object and Array Literals
- Destructuring assignment
- Class
- Modules (Import and Export)
- Generator Function
Related Articles
- Block scope variables in ES6
- HTML5 Web Storage
- Sorting an array in Javascript
- What is Redux? Why we need Redux? When it is required?
- React - Redux with Example
Comments
Post a Comment