function foo(a, b) {
console.log(this);
}
foo(1, 2);
{ global: [Circular],
process:
process {
...
}
Created
February 8, 2017 14:25
-
-
Save thieux/2832645d2b8c44461797a0896cf2d9e4 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment