Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Ruby
easy
Ruby
truthiness only nil false falsy
Single-choice MCQ
What does user&.name return when user is nil?
user = nil user&.name