The globalThis keyword in JavaScript
Originally Published Here ๐!
If you have worked with JavaScript in different environments such as in browsers, Node.js, or web workers, you might have the headache of accessing the global object.
This is because in different environments the global ...
melvingeorge-me.hashnode.dev1 min read