1.

Which of the following code can make a request to a web server?

A. http.request(options, callback)
B. http.createRequest(options, callback)
C. http.makeRequest(options, callback)
D. None of the above
Answer» B. http.createRequest(options, callback)


Discussion

No Comment Found