Skip to content

Instantly share code, notes, and snippets.

@daytonn
Created February 19, 2015 17:19
Show Gist options
  • Select an option

  • Save daytonn/1a7ed7cbfc8929e7225f to your computer and use it in GitHub Desktop.

Select an option

Save daytonn/1a7ed7cbfc8929e7225f to your computer and use it in GitHub Desktop.
Global this (window)
function someFunction() {
console.log(this);
}
someFunction(); // window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment