What is the correct syntax to create an XMLHttpRequest object?
Options:
Explanation:
The correct syntax to create an
XMLHttpRequest object is:
Tags:
AJAX
Answer:
What is the correct syntax to create an XMLHttpRequest object variable = new XMLHttpRequest();.