Node.JS MCQs with Answers

Which function is used to include modules in Node Js.
A)
include();
B)
attach();
C)
require();
D)
All of the above

Correct Answer :   require();