Ruby - Hashes
Find the bug in this Ruby code snippet:
options = { color: 'blue', size: 'M' }
puts options[:colour]options = { color: 'blue', size: 'M' }
puts options[:colour]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions