Multiple choice technology

Which property holds the status of the Server's response

  1. responseText

  2. onreadystatechange

  3. oncompletion

  4. readyState

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The readyState property indicates the current status of the XMLHttpRequest. It holds values from 0 (unsent) through 4 (completed), allowing scripts to track request progress.