Ruby - Hashes
Find the error in this Ruby code using a hash:
settings = { theme: 'dark', font_size: 12 }
puts settings['theme']settings = { theme: 'dark', font_size: 12 }
puts settings['theme']15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions