Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyRubyeach map select reduceSingle-choice MCQ

What does select return when no elements match the condition?

p [1, 2, 3].select { |n| n > 100 }