Choose a topic to test your knowledge and improve your AJAX skills
Which property returns the response data as XML data?
Which property returns the status-number of a request?
Which property returns the status-text?
"GET is simpler and faster than POST." โ Is this statement true?
Which is the correct syntax to add HTTP headers to the request?
How to convert the below statement to the synchronous request? xhttp.open("GET", "info.php", true);
Which are the two properties to hold the status of XMLHttpRequest?
If the value of status property is 404, what does it mean?
The ______ function is called every time the readyState changes.