Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialroger hoffman
Courses Plus Student 779 PointsRuby basics quiz
I've tried everything and it wont' pass. It says to fill in the blank characters to create a variable string.
Fill in the blank characters to create a valid Ruby string.
website = "nutshell" Treehouse = "webber"
5 Answers
Salman Akram
Courses Plus Student 40,065 PointsHi Roger,
You just need to add quote from first line to last line to become string.
For example - " Treehouse "
roger hoffman
Courses Plus Student 779 Pointsso you use the same word but put quotes?
Salman Akram
Courses Plus Student 40,065 PointsActually I didn't put any word there. Just leave Treehouse string in the middle, you can add first quote and last quote. :)
roger hoffman
Courses Plus Student 779 PointsHey Salman, i'm still not getting it. it isn't passing. i put quotes around website and Treehouse.
Salman Akram
Courses Plus Student 40,065 PointsHi Roger,
Okay, here's better screenshot:
Hope it will work this time.
-Salman
roger hoffman
Courses Plus Student 779 Pointsthanks finally i got it!