Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumRubykeyword arguments and double splatSingle-choice MCQ

What does merge_test return?

def merge_test(**opts) opts end base = { x: 1, y: 2 } merge_test(**base, y: 99, z: 3)