What does AJAX stand for?
AJAX allows web pages to update ____ without reloading the page.
Which object is commonly used to make AJAX requests?
What is the primary purpose of AJAX?
Which programming language is most often used with AJAX?
Which data format is commonly used for exchanging data in AJAX?
What method is used to send data to the server in AJAX?
What property holds the server's response in the XMLHttpRequest object?
What does the term 'asynchronous' mean in AJAX?
Before sending a request, you need to open the request with which method?