Skip to content

Instantly share code, notes, and snippets.

@nicolasblanco
Created February 22, 2017 14:07
Show Gist options
  • Select an option

  • Save nicolasblanco/c685b1aac4055d727264d7dac38b05f2 to your computer and use it in GitHub Desktop.

Select an option

Save nicolasblanco/c685b1aac4055d727264d7dac38b05f2 to your computer and use it in GitHub Desktop.
!!undefined
// false
!!""
// false
!!0
// false
!!null
// false
!!1
// true
!!{}
// true
!!"foo"
// true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment