Skip to content

Instantly share code, notes, and snippets.

@JacobWay
Created March 31, 2016 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JacobWay/a8eed4432fe26fb6506618ad2c9f823c to your computer and use it in GitHub Desktop.
Save JacobWay/a8eed4432fe26fb6506618ad2c9f823c to your computer and use it in GitHub Desktop.
Programmer's little fun
function Foo(){
return this;
}
var fooThis = Foo(); // ? fooThis =
var fooThat = new Foo(); // ? fooThat =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment