Ruby - Hashes
Why does merge return a new hash instead of modifying the original hash?
Why does merge return a new hash instead of modifying the original hash?
merge returns a new hash to avoid changing the original, preserving data safety.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions