AJAX (Asynchronous JavaScript and XML)
Asynchronous JavaScript and XML (AJAX) is a web development technique that allows web applications to send and receive data asynchronously without requiring a full page reload.
AJAX uses the XMLHttpRequest
object or the fetch
API to communicate with a
server to retrieve data in JSON or XML.