Multiple choice technology Which property holds the status of the Server's response responseText onreadystatechange oncompletion 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.