global and globalThis
Global : -
The interface of global object is depends upon the platform or execution context in which the script is executing.
Such as for : -
Node.js -> global
Window -> window
WorkerSpace -> self
ranjeet-js.hashnode.dev2 min read