Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Ruby
easy
Ruby
times upto each_with_index
Single-choice MCQ
How many times does this loop print "hi"?
0.times do puts "hi" end