Question: The `readyState` property holds the status of the XMLHttpRequest. Which is NOT a valid status?

  1. `4 (DONE)`
  2. `3 (LOADING)`
  3. `1 (PROCESSING)`
  4. `0 (UNSENT)`

Answer: The correct answer of the above question is Option C:`1 (PROCESSING)`