What is Asynchronous?

Introduction to the concept of asynchronous and synchronous.

Background

JavaScript is a single-threaded language. At any time, only one instruction is processed by a JavaScript program. The program uses only one processor at any given time. Look at the following code for an example.

Get hands-on with 1200+ tech skills courses.