Summary
This lesson looked at the ways in which our XMLHTTPRequest object can communicate with the server, including sending asynchronous requests, monitoring the server status, and executing a callback function.
In Lesson 10, you will see how Ajax applications can deal with the data returned by the server request.