This chapter introduces the XMLHttpRequest object, which is the foundation of traditional AJAX.
Students will learn how AJAX requests are created, how data is sent to the server, and how responses are received.
This chapter focuses on understanding real AJAX coding structure used in many existing web applications.
Mastering XMLHttpRequest is important before learning modern methods like Fetch API.