How can we create instance of http module ?
var http = require("http");
var http = new require("http");
var http = new http();
None of the above
Correct Answer : A
To install Node.js express module