+ 1
Question 3 Collections, Hashes & Symbols
Correspondingly, please help with this question: Fill in the blanks to create a valid hash and output "Ruby". course = {:name=>"Ruby", :score 97} puts course[ ]
1 ответ
+ 1
The answer hash is => and :name
Correspondingly, please help with this question: Fill in the blanks to create a valid hash and output "Ruby". course = {:name=>"Ruby", :score 97} puts course[ ]