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 Whitespace Quiz

Fill in the blank question. Possibly broken?

The following question is part of this quiz, and what I believe is the correct answer is scoring as incorrect.

  Fill in the blank to place a tab character in the string:

  headline = "Website: ________Treehouse"

To add a tab character the user should enter /t

I've tried this and get incorrect. Am I missing anything, or is this a broken question?

Thanks!

Adam

1 Answer

Hi Adam,

I think, they are looking for \t

Salman, thank you very much! That will certainly remind me to take a better look at the little things in the future.

It happened to us frequently, we always missed little stuffs as we couldn't find some errors until we realize. :sweat_smile: