A
Definition

Asynchronous JavaScript and XML: a set of web development techniques that allows web pages to communicate with a server asynchronously without reloading the entire page. Modern implementations typically use JSON instead of XML with the Fetch API or XMLHttpRequest.

Defined Term