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 trialNico Schmidt
12,781 PointsFirst Ruby whitespace quiz
Question: I want website to be the string Treehouse. Fill in the blank to finish the variable for me please.
website = WHITESPACE
I tried “Treehouse“ and 'Treehouse'
1 Answer
Martin Zarate
10,723 PointsUsing "Treehouse" works correctly. Are you copying and pasting from a text editor? maybe it is a character encoding issue. Cheers.
Nico Schmidt
12,781 PointsNico Schmidt
12,781 PointsI’m on a mac, so autocorrect corrects it to „Treehouse“. So I have to write a“Treehouse“ and then have to remove the first letter. “Treehouse"
Nico Schmidt
12,781 PointsNico Schmidt
12,781 PointsIt worked with pasting from an editor. Thank you very much