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

Can't fill the blanks!

I've watched the video several times and can't figure out what's missing. I'm not sure how this string works. I thought there 2 separate variables you were suppose to fill, but I'm guessing it's wrong.

2 Answers

It would help if you post an example of which question you're asking about.

I think you meant the following one:

Fill in the blank characters to create a valid Ruby string.

website = _______ Treehouse _________

The blanks are misleading but in order to create a Ruby string, all we need are quotation marks.

website = "Treehouse"

That's the question I was referring to. I figured all I needed to do was add quotations, but I'm stumped on the second half. I get to complete the variable you'd have to that. I think the way it's set up has caused me to be confused.

sergio savala
sergio savala
3,683 Points

I am stuck as well I think how the question is presented is very confusing ?