Q8
How do you check if a key exists in a hash in Ruby?
A.
key?
B.
exists?
C.
include?
D.
has_key?
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board