Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyRubyarrays push map selectSingle-choice MCQ

What does `push` return, and what is `nums` afterward?

nums = [1, 2] result = nums.push(3)