Skip to content

Instantly share code, notes, and snippets.

@camelcaseblog
Last active May 29, 2019 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camelcaseblog/d06fe873ba10cd2fbb1535c5c0ec7943 to your computer and use it in GitHub Desktop.
Save camelcaseblog/d06fe873ba10cd2fbb1535c5c0ec7943 to your computer and use it in GitHub Desktop.
> [2,3].toString()
'2,3'
> [].toString()
''
> Boolean([].toString())
false
> Boolean([])
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment