NodeJs Modules

NodeJs has a set of built-in modules. To include a module, use the require() function with the name of the module.

Code :