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 trial

Ruby Ruby Basics (Retired) Ruby Strings String Creation

Ruby 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

Hi Roger,

You just need to add quote from first line to last line to become string.

For example - " Treehouse "

so you use the same word but put quotes?

Actually I didn't put any word there. Just leave Treehouse string in the middle, you can add first quote and last quote. :)

Hey Salman, i'm still not getting it. it isn't passing. i put quotes around website and Treehouse.

Hi Roger,

Okay, here's better screenshot:

Hope it will work this time.

-Salman

thanks finally i got it!