📘global object
🚧 施工中
Last updated
Was this helpful?
🚧 施工中
Last updated
Was this helpful?
Was this helpful?
an object that always exists in the global scope. ⭐️ get it with globalThis, regardless of the current context/environment❗
global object's interface depends on the environment:
in web worker: self (a WorkerGlobalScope
object)
(read-only) global object property❗
NaN
/Infinity
/ undefined
in ,
/ are implemented as ❗
these properties cannot