Skip to content

Instantly share code, notes, and snippets.

@brianleroux
Created February 26, 2010 01:09
Show Gist options
  • Save brianleroux/315279 to your computer and use it in GitHub Desktop.
Save brianleroux/315279 to your computer and use it in GitHub Desktop.
window.window == window // true
window.window === window // false
window == document // true. wtf!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment