Skip to content

Instantly share code, notes, and snippets.

@biilmann
Created April 4, 2013 04:03
Show Gist options
  • Save biilmann/5307735 to your computer and use it in GitHub Desktop.
Save biilmann/5307735 to your computer and use it in GitHub Desktop.
function example1() {
f();
function f() { console.log("f"); }
}
example1();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment