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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *