What does AJAX stand for?
Which JavaScript object is used to send AJAX requests?
Which method is used to open a connection in AJAX?
What method sends the request to the server?
What does readyState == 4 indicate?
What is the main purpose of AJAX?
Which HTTP method is commonly used with AJAX for sending data?
Which JavaScript object is used to make AJAX requests?
Which function is triggered when an AJAX request completes successfully?
What does the 'readyState' value of 4 indicate in AJAX?
What is the purpose of JSON Web Tokens (JWT) in AJAX requests?
Which header is typically used to send JWT in an AJAX request?
How can you monitor file upload progress in AJAX?
What method is used to cancel an AJAX request in jQuery?
Which HTTP status code indicates a CORS issue?