The global object in Node.js is similar to the ______ object in client-side JavaScript.

  • window
  • document
  • navigator
  • console
In Node.js, the global object is similar to the window object in client-side JavaScript. It provides access to global variables and functions across the Node.js application.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *