3 min read

Node.js: What is a module?

Node.js considers each file as a module. But what is significant about the module? In the browser, the window is the global object. For example, we define the function helloNode() that can be accessed using […]