Multiple choice technology programming languages

onreadystatechange is a method of XMLHttpRequest Object

  1. True

  2. False

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

onreadystatechange is an event handler property of XMLHttpRequest, not a method. You assign a callback function to it, which gets invoked when the readyState changes.