Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyRubystring interpolation and methodsSingle-choice MCQ

What does this string interpolation produce?

name = "Sam" puts "Hi #{name.upcase}!"