Q. Which is the appropriate code to begin a HTTP GET request?
β
Correct Answer: (C)
request.open("GET","data.csv");
Explanation: The code that begins a HTTP GET request for the contents of the specified URL is