• Global objects in Node.js

    Global objects in Node.js
    the global concept (global) means everything has access to it. in node.js, too, global objects are available for all modules. we do not need to declare or import them by the