A _________ object is used to perform HTTP requests in AJAX.
- XMLHttpRequest
- JSON
- DOM
- Fetch
In AJAX (Asynchronous JavaScript and XML), the XMLHttpRequest object is used to perform HTTP requests asynchronously. It allows you to send and receive data from a server without refreshing the entire web page.
Loading...
Related Quiz
- A _________ function expression can be named, providing a reference to itself.
- The _______ pattern allows a new object to be created by cloning an existing object to avoid the overhead of creating an object from scratch.
- When using the new keyword to create an object, what kind of function must you use?
- Which of the following accurately describes how a block-scoped variable behaves outside of its block?
- The data type of NaN in JavaScript is _________.