Node.js Global Objects
Menu Introduction to Node.js Install Nodejs on Windows Node.js First Example Node.js Console Node.js REPL Node.js Package Manager Node.js Global Objects When working with Node.js, you’ll often come across global objects. These are built-in objects available across all modules in a Node.js application. The best part? You don’t need to explicitly import them—they can be…