This ở đây là xhttp đó bạn. Vì các properties readyState và status là của XMLHttpRequest.
MDN Web Docs
XMLHttpRequest
Use XMLHttpRequest (XHR) objects to interact with servers. You can retrieve data from a URL without having to do a full page refresh. This enables a Web page to update just part of a page without disrupting what the user is doing.
Tùy cách gọi hàm đó nữa ._.
Tuy nhiên nếu gọi dạng
xhttp.onread..
thì this là xhttp;This ở đây là xhttp đó bạn. Vì các properties readyState và status là của XMLHttpRequest.
MDN Web Docs
XMLHttpRequest
Use XMLHttpRequest (XHR) objects to interact with servers. You can retrieve data from a URL without having to do a full page refresh. This enables a Web page to update just part of a page without disrupting what the user is doing.