Deborah EmeniforDeborah Emeni's Blogdebbie.hashnode.net·Nov 7, 2020An introduction to the Use of Modularity in Node.js for BeginnersIn Client side Javascript, when you declare a variable or a function, it is added to the global scope. For example, when you define a function, it is added to the global scope and it is available via the window object. var name = function() { //code...4 likes·250 readsnodejsAdd a thoughtful commentNo comments yetBe the first to start the conversation.