1.

We can get an http module in a node based application using _______

Answer»

We can get an http module in a node based application USING _______
Choose the correct option from list
(1)package http;
(2)var http = REQUIRE("http");
(3)import http;
(4)var http = import("http");

ANSWER:-(2)var http = require("http");



Discussion

No Comment Found