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 ...
Nov 12, 20202 min read44