What is Window ?
Window
Here\'s what I see on the console in Chrome :
window Window {top: Window, window: Window, location: Location,
Window is the constructor function that is used to create window.
window
To see this, try alert(window.constructor === Window).
alert(window.constructor === Window)