Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Created February 13, 2012 16:16
Show Gist options
  • Save lazywithclass/1817948 to your computer and use it in GitHub Desktop.
Save lazywithclass/1817948 to your computer and use it in GitHub Desktop.
Javascript quiz question 2
var f = function g(){ return 23; };
typeof g();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment