A.  var http = require("http");

B.  var http = new require("http");

C.  var http = new http(); 

D.  None of the above

1
Correct Answer :
var http = require("http");
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python