Object is a data type, which is used to hold or point to more than one data. Object is structured i…
Read moreThe os module provides operating system-related utility methods and properties. It can be accesse…
Read moreThe net module provides an asynchronous network API for creating stream-based TCP or IPC se…
Read morepackage.json is a configuration file, which keeps all the information required to setup and run a N…
Read moreECMAScript modules are the official standard format to package JavaScript code for reuse. Modul…
Read moreCommonJS is a module architecture, where each file is treat as a individual module. Which can be im…
Read moreNode.js has many features that make it easier to write internationalized programs For example Strin…
Read more