Skip to content

Instantly share code, notes, and snippets.

@Tiny-Giant
Created November 27, 2016 19:33
Show Gist options
  • Select an option

  • Save Tiny-Giant/f3a836f83e8e97a132cfa3ec787b8b6d to your computer and use it in GitHub Desktop.

Select an option

Save Tiny-Giant/f3a836f83e8e97a132cfa3ec787b8b6d to your computer and use it in GitHub Desktop.

##What does the window object contain?

I was exploring the this keyword in the global scope, and discovered that this in that context refers to the window.

I logged the value of this to the console, and saw a huge list shown in the image below.

What does the list I'm seeing contain, and how is it populated?

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