docs.rodeo

MDN Web Docs mirror

Asynchronous JavaScript

{{LearnSidebar}} 

{{NextMenu("Learn_web_development/Extensions/Async_JS/Introducing", "Learn_web_development/Extensions")}} 

In this module, we take a look at {{Glossary("asynchronous")}}  {{Glossary("JavaScript")}} , why it is important, and how it can be used to effectively handle potential blocking operations, such as fetching resources from a server.

Prerequisites

Asynchronous JavaScript is a fairly advanced topic, and you are advised to work through Dynamic scripting with JavaScript modules before attempting this.

[!NOTE] If you are working on a computer/tablet/other device where you don’t have the ability to create your own files, you can try out (most of) the code examples in an online coding program such as JS Bin or Glitch.

Tutorials and challenges

See also

{{NextMenu("Learn_web_development/Extensions/Async_JS/Introducing", "Learn_web_development/Extensions")}} 

In this article

View on MDN