Home / CSE MCQs / Node JS :: Discussion

Discussion :: Node JS

  1. How can we create instance of http module?
  2. A.
    var http = require("http")
    B.
    var http = new require("http")
    C.
    var http = new http()
    D.
    None of the above

    View Answer

    Workspace

    Answer : Option A

    Explanation :



Be The First To Comment