#17 Async/Await in JavaScript

#17 Async/Await in JavaScript

Async/Await in JavaScript

Welcome to the second season of the JavaScript tutorials. In this series of tutorials, we are going to cover more advanced topics, including DOM, BOM, local storage, APIs, Ajax, callbacks, asynchronous functions, and more.

In this video, you will learn about async functions in JavaScript. We use these types of functions when we want a process to finish before moving on to the next one. They work exactly the same as Promises.

Watch The Video on Youtube