Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Ruby
easy
Ruby
each map select reduce
Single-choice MCQ
What does reduce return here?
p [1, 2, 3, 4].reduce(:+)