Why JavaScript Has global, window, and globalThis
If you have spent some time writing JavaScript, you might have come across things like window, global, or globalThis.
At first glance, they all seem to behave similarly.
For example:
console.log(typeo
chiragjaipal.hashnode.dev6 min read