Asynchronous JavaScript

Functions running in parallel with other functions are called asynchronous. Asynchronous code allows the program to be executed immediately.

Code :