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 select return when no elements match the condition?
p [1, 2, 3].select { |n| n > 100 }