Skip to content

Instantly share code, notes, and snippets.

@thieux
Created February 8, 2017 14:25
Show Gist options
  • Save thieux/2832645d2b8c44461797a0896cf2d9e4 to your computer and use it in GitHub Desktop.
Save thieux/2832645d2b8c44461797a0896cf2d9e4 to your computer and use it in GitHub Desktop.

"These" in Javascript

function foo(a, b) {
  console.log(this);
}

foo(1, 2);
{ global: [Circular],
  process: 
   process {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment