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 trialMatthew Slaton
Courses Plus Student 963 PointsI don't understand the question
I am not sure what it means by complete the string.
3 Answers
melissaorgill
Front End Web Development Techdegree Student 11,136 PointsThe question is asking what you would need to make it a string, so entering quotes around the text. "Treehouse"
Matthew Slaton
Courses Plus Student 963 PointsThank you. The size of the blank fields on either side of the treehouse made me think I had to write something bigger in there on either side. "" worked just fine. Thank you Melissa.
Matthew Slaton
Courses Plus Student 963 PointsThank you. The size of the blank fields on either side of the treehouse made me think I had to write something bigger in there on either side. "" worked just fine. Thank you Melissa.
Matthew Slaton
Courses Plus Student 963 Pointscompleting the string would be adding " to the front and back and putting text in the middle right?
Alexander Davison
65,469 Pointscorrect. you can also use single quotes (') around strings.
Matthew Slaton
Courses Plus Student 963 PointsIt didn't take that. for the quiz it was asking string = ________ treehouse ______
I put in the first blank spot "hello there" and for the second blank "man"
Christian Schou
9,208 PointsChristian Schou
9,208 PointsYou just have to complete the string? Are you not sure what to write in the string or what? :)