Introduction to Asynchronous JavaScript
In this lesson we will explore the concept of asynchronous programming in JavaScript. Asynchronous programming allows you to move a specific task to the background. While you wait for this task to finish, the main program continues to run.