Front-End Developer

Modern JavaScript with ES6+

1. Overview

In the following course, learn over 16 concepts from the ES6+ world:

2. Arrow Functions

3. Promises

4. Async/Await

5. Template Literals

This is a really easy concept that won't take you more than 10 minutes to understand. It's very useful when you have multi-line strings or when you need to concatenate a string (aka. string interpolation).

6. Destructuring