Skip to content

Instantly share code, notes, and snippets.

@aherve
Last active December 13, 2016 11:16
Show Gist options
  • Select an option

  • Save aherve/93294a470398876f65fbab6c29b9f866 to your computer and use it in GitHub Desktop.

Select an option

Save aherve/93294a470398876f65fbab6c29b9f866 to your computer and use it in GitHub Desktop.
typeof {} === 'object' // true
typeof 'a' === 'string' // true
typeof 1 === number // true
// But....
typeof [] === 'object' // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment