Jump to content

'Window' Object


Rishabh Prajapati

Recommended Posts

The window object represents the actual browser window, and it's a global object which is always in scope. It's also the default scope, so instead of using things like window.alert or window.open you can just use alert or open.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...