window
🚧 施工中
Last updated
Was this helpful?
🚧 施工中
Last updated
Was this helpful?
JS ⟩ scope ⟩ global ⟩ object ⟩ window
the global object in browser environment.
properties of window
window.name - name of the window ( getter/setter)
window.navigator - the user agent. ( 👉 navigator)