- Introducing AJAX 4:47
- Review: AJAX Basics 5 questions
- How AJAX Works 4:45
- Review: How AJAX Works 5 questions
- A Simple AJAX Example 10:46
- Create an XMLHttpRequest Object 1 objective
- Finish the AJAX Request 2 objectives
- GET and POST 6:21
- Review HTTP Methods 5 questions
- AJAX Response Formats 3:42
- Review AJAX Response Formats 4 questions
- Create an XML File 3 objectives
- Finish the XML Document 1 objective
- AJAX Security Limitations 5:16
- Review AJAX Security Limitations 5 questions
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