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

JavaScript How To Find The Average Of 10 Numbers Using A While Lo ...

JavaScript Taking the Square Root of a Number

What is Event Capturing in Javascript ?

What is Alert Method in Window Object in Javascript ?

What are Important Events in Javascript ?