Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save lazywithclass/1836326 to your computer and use it in GitHub Desktop.
Javascript quiz question 13
function f(){ return f; }
new f() instanceof f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment