The window
object serves as the global object in a browser environment. Many commonly used properties such as console
, document
, localStorage
and sessionStorage
are part of the window
object.
Here is a list of all properties available on the window object.