Skip to content

Instantly share code, notes, and snippets.

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