Skip to content

Instantly share code, notes, and snippets.

@philogb
Created November 29, 2010 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philogb/719504 to your computer and use it in GitHub Desktop.
Save philogb/719504 to your computer and use it in GitHub Desktop.
function test1() {
alert(blah);
function blah() {
}
}
function test2() {
alert(blah);
var blah = function() {};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment