Multiple choice technology

Which property retrieves the data sent back from server

  1. responseText

  2. oncompletion

  3. onreadystatechange

  4. readyState

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

The responseText property retrieves the server's response as a string. It contains the actual data sent back from the server after the request completes.