AJAX

AJAX Description

AJAX originally stood for "Asynchronous JavaScript and XML". AJAX enables the web client to make requests to the server and receive responses without reloading the entire web page. AJAX teaches me how to make asynchronous requests to a server from a web page, allowing me to fetch or submit data without reloading the entire page.

Project Link