Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Ruby
easy
Ruby
string interpolation and methods
Single-choice MCQ
Why does this code NOT interpolate the variable?
name = "Ada" puts 'Hello #{name}'