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

Why does this code NOT interpolate the variable?

name = "Ada" puts 'Hello #{name}'