window object

What is window object?

Window object represents the window in a browser. JavaScript environment has global object. Window object is a global object. Any variables created with global scope are properties of this window object and functions are methods of it. The window object methods are used to retrieve the information from the browser window. Browser Object Model: BOM(Browser …

What is window object? Read More »