๐window
๐ง ๆฝๅทฅไธญ
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)
Last updated
Was this helpful?