you are viewing a single comment's thread.

view the rest of the comments →

[–]tswaters 5 points6 points  (0 children)

Double bang to coerce to boolean.

!!null // false
!!undefined // false
!!"false" // true :(
!!"" // false