AJAX What is AJAX Question #19103
Single Choice Easy

QWhat is the purpose of the XMLHttpRequest property readyState in AJAX?

ID: #19103 What is AJAX 108 views
Question Info
#19103Q ID
EasyDifficulty
What is AJAXTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A To store the response data
  • B To track the status of the XMLHttpRequest object
  • C To set the request headers
  • D To define the request method
Correct Answer

Explanation

The readyState property in AJAX is used to track the status of the XMLHttpRequest object. It indicates the current state of the request-response cycle, allowing developers to handle different stages accordingly.

Share This Question

Challenge a friend or share with your study group.