Ruby - Operators and Expressions
Which of the following is the correct syntax to assign 5 to variable
a only if a is nil or false?a only if a is nil or false?||=, not any variation with single or misplaced symbols.||= correctly as a ||= 5.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions