Q32
In Ruby, how can you add a key-value pair to an existing hash?
A.
Using the `add` method
B.
Using the `insert` method
C.
Using the `put` method
D.
Simply assigning a value to a new key
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board