Async
Welcome to the async JavaScript guide. This section introduces how JavaScript handles work that finishes later, from historical callback patterns to modern promises and async / await.
Asynchronous programming
Start with the core async model, then move through the main patterns in the same order they appear in the sidebar.