Node.js - Node Module System
What if we declare two functions in to different files with same name...?
There is chances of overriding the one function with other. To avoid this , node introduced the module system where every file is treated as module. we cant access the content ...
rupesh.hashnode.dev2 min read