Javascript Window Object
Window Object The window is the default object of the browser and is supported by all browsers. In simple words, the Window object represents the window of the browser. Window is not an object of javascript; but all the JavaScript objects, functions, and variables are a property of the window object. There are various other … Read more