ES2017: Async and Await

Async and await are going to be an important part of your coding knowledge, so let's learn how to use them.

We'll cover the following

ES2017 introduced a new way of working with promises, called async and await.

 

Promise review #

Before we dive into this new strategy, let’s quickly review how we would usually write a promise:

Get hands-on with 1200+ tech skills courses.