Skip to content

Instantly share code, notes, and snippets.

@fuse
Created May 17, 2011 10:23
Show Gist options
  • Save fuse/976248 to your computer and use it in GitHub Desktop.
Save fuse/976248 to your computer and use it in GitHub Desktop.
var a = true
typeof a
=> "boolean"
a.constructor.name
=> "Boolean"
typeof Boolean
=> "function"
Boolean.constructor.name
=> "Function"
typeof Function
=> "function"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment