Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created May 27, 2015 18:46
Show Gist options
  • Save linus-amg/29674297f3114ee2c874 to your computer and use it in GitHub Desktop.
Save linus-amg/29674297f3114ee2c874 to your computer and use it in GitHub Desktop.
window document screen

Window is the main JavaScript object root, aka the global object in a browser, also can be treated as the root of the document object model. You can access it as window in most of the cases (in the browser);

window.screen is a small information object about physical screen dimensions.

window.document or just document is the main object of the visible document object model/DOM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment