JS: globalThis
globalThis
new in JS2020
globalThis
is a variable that is alias to
the
the Global Object
.
console.log(globalThis); // window // in browser
new in JS2020
globalThis
is a variable that is alias to
the
the Global Object
.
console.log(globalThis); // window // in browser