Quiz Question 1 of 5
What is one characteristic of "asynchronous" AJAX requests?
Choose the correct answer below:
-
A
Your web browser cannot perform any tasks until the server sends back a response.
-
B
JavaScript programs wait for the server response before continuing.
-
C
If you send multiple AJAX requests, the server sends responses in the order the requests were sent.
-
D
Callbacks for multiple AJAX requests may not run in the order the requests were sent.
-
E
None of the above