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 trialAdam McFadden
3,053 PointsFill 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
Salman Akram
Courses Plus Student 40,065 PointsHi Adam,
I think, they are looking for \t
Adam McFadden
3,053 PointsAdam McFadden
3,053 PointsSalman, thank you very much! That will certainly remind me to take a better look at the little things in the future.
Salman Akram
Courses Plus Student 40,065 PointsSalman Akram
Courses Plus Student 40,065 PointsIt happened to us frequently, we always missed little stuffs as we couldn't find some errors until we realize.