Async and Await
In this lesson, you will discover how async and await, the latest additions to asynchronous JavaScript, build on top of promises.
We'll cover the following...
Async functions and the await keyword, new additions in ECMAScript 2017, act as syntactic sugar on top of promises. They allow us to write ...
Access this course and 1400+ top-rated courses and projects.