What you Export and Import using the Module Object in NodeJs
Module Object and What are Node Modules?
In NodeJs we have often used modules. A module is a global object that is accessible in any NodeJs file. Node Modules are simple or complex reusable codes which you can create by yourself, use in-built ones pr...
theodorejs.hashnode.dev4 min read
Osinachi Chukwujama
Web developer + Technical Writer
Nice article. Learned something new about the
exportsobject.