JavaScript Advanced Course
About Lesson

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 Promises in JavaScript. Although these days we primarily use async/await instead of Promises, we still prefer to teach them so that you will become familiar with the structure of a Promise as well.

Join the conversation