What is Window Object in Javascript ?

In a tabbed browser, each tab is represented as Window object.

Every object, variable, and function defined in a web page uses of the window as its Global object.

Window object provides methods like alert(), blur(), close(), confirm(), print(), prompt(), open().



You May Interest

What is Code Smell in Javascript ?

What is Difference Between Undefined and Null in Javascript ?

What are Different Javascript Frameworks ?

What is this Keyword in Javascript ?

What is Promise in Javascript ?