Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Created February 15, 2012 14:49
Show Gist options
  • Select an option

  • Save lazywithclass/1836323 to your computer and use it in GitHub Desktop.

Select an option

Save lazywithclass/1836323 to your computer and use it in GitHub Desktop.
Javascript quiz question 12
(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