Skip to content

Instantly share code, notes, and snippets.

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