This ES6 tutorial teaches you modern JavaScript through 23 screencasts. You'll get a systematic walk-through of the most important ES6+ features so that you can start using them in your JavaScript projects today.
- Template Literals
- Destructuring
- Object Literal
- For of loop
- Spread operator
- Rest operator
- Arrow Functions
- Default Params
- Classes
- Array.includes()
- Let & const
- Export & import
- Object.keys()
- Async/Await
- String.padStrart(), String.padEnd()
- Trailing commas
- Classes
- Sets