Description
This new version of JavaScript comes with a lot of new features and a bunch of updates for the old ways. We will cover every new piece of syntax ES6 provides to us as well as the updates that made this language great, but now makes it better.
Which topics will we cover ?
- Constants and variables
- Template strings
- Array helpers ( foreach, map, filter, reduce, every and some, reduce, for..of)
- Fat arrow functions
- Object literals and default function arguments
- Rest and Spread operator.
- How to use classes
- Make the code simple with Destructuring
- Promises and fetch
- How to use modules
- Generators
- Map and Set