Skip to content

Instantly share code, notes, and snippets.

@vicapow
Created May 28, 2013 20:24
Show Gist options
  • Select an option

  • Save vicapow/5665816 to your computer and use it in GitHub Desktop.

Select an option

Save vicapow/5665816 to your computer and use it in GitHub Desktop.
wtf, js
var Person = function(a){
if(a) return { friends : 2 }
return 1
}
// true or false, new Person(true) instanceof Person
// true or false, new Person(false) instanceof Person
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment