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 the each call return (the value of result)?
result = [10, 20, 30].each { |n| n * 2 }