Node.js - Knowing the Global Objects
By definition A Global object is,
An object that always exists in the global scope.
For web browsers, we have a window object. It provides the “browser window” functionality and also plays the role of a global object. When scripts create global va...
blog.greenroots.info3 min read