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 String Creation

Hi everyone,

I am pretty frustrated with this code challenge, I know the answers to the other 3 questions but on of the questions is asking me to fill in the blank to create a string named website with the value of treehouse. It gives me this:

website = ___________

I thought that the way to define a string was with quotes like this: ”Treehouse” but apparently not…

1 Answer

Tim Knight
Tim Knight
28,888 Points

I just tried using ”Treehouse” (with quotes) and it passed that challenge just fine. Perhaps it's an issue they're having on the challenge. Try logging out or perhaps a different browser to see if you still have the same problem. Don't copy and paste from this answer because it looks like the quotes are being converted to "smart quotes".

Ok, I’ll try that