IT
IT Tools
Handy online tools for developers
Cheatsheets
Search tools
⌘K
EN
All quizzes
Ruby
Core
Multiple choice
A.
Only `false` and `nil` are falsy; `0` and `""` print "yes"
B.
`0`, `""`, `false`, and `nil` are all falsy
C.
`0` and `nil` are falsy; both lines print "no"
D.
`""` is falsy but `0` is truthy
Submit
Open the cheat sheet
Previous
Next