Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Ruby
easy
Ruby
arrays push map select
Single-choice MCQ
What does `push` return, and what is `nums` afterward?
nums = [1, 2] result = nums.push(3)