Skip to content

Instantly share code, notes, and snippets.

@jacky810124
Created December 25, 2017 20:19
Show Gist options
  • Save jacky810124/2f03c7ab2b27acd8f6aaeaec4c297892 to your computer and use it in GitHub Desktop.
Save jacky810124/2f03c7ab2b27acd8f6aaeaec4c297892 to your computer and use it in GitHub Desktop.
var globalObject = this;
var foo = (() => this);
console.log(foo() === globalObject); // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment