Ruby - Hashes
What will this Ruby code output?
config = { language: 'Ruby', version: 3.0 }
puts config[:language]config = { language: 'Ruby', version: 3.0 }
puts config[:language]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions