🚧 施工中
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)
window is of type Window.
what is a user agent❓
Last updated 3 years ago