Please enable JavaScript.
Coggle requires JavaScript to display documents.
Global Object - Coggle Diagram
Global Object
-
the global object is a special object that provides access to various global functionalities and variables.
It serves as the global namespace for Node.js applications, meaning that properties and methods attached to the global object can be accessed from anywhere in your code.
-
Node automatically wraps the code of a JS file in a self IIFE with exports, require, module, filename, dirname as parameters to the function.