Booleans
To present boolean value, we have two keywords: true and false.
puts true // true
puts false // falseLast updated
Was this helpful?
To present boolean value, we have two keywords: true and false.
puts true // true
puts false // falseLast updated
Was this helpful?