Understanding global vs globalThis in JavaScript
1. What is global?
global is a Node.js-specific global object.
Think of it like a big container(Object) which holds everything that is present in your Node app.
means whatever stored in Node app, is
aryan-blog.hashnode.dev3 min read