Skip to content

Instantly share code, notes, and snippets.

@langjt
Last active July 3, 2018 09:56
Show Gist options
  • Save langjt/f2531f89ff0faa69e5d8 to your computer and use it in GitHub Desktop.
Save langjt/f2531f89ff0faa69e5d8 to your computer and use it in GitHub Desktop.
function f() {
return f;
}
new f() instanceof f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment