Skip to content

Instantly share code, notes, and snippets.

@langjt
Last active July 3, 2018 09:58
Show Gist options
  • Save langjt/bbeeb93f49087ae9e655 to your computer and use it in GitHub Desktop.
Save langjt/bbeeb93f49087ae9e655 to your computer and use it in GitHub Desktop.
var foo = {
bar: function() { return this.baz; },
baz: 1
};
(function() {
return typeof arguments[0]();
})(foo.bar);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment