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 trialDaniel Stockham
10,277 PointsUnexpected String on ln 27
Here is my snapshot https://w.trhou.se/po3900fxdw
I don't quite understand why it wouldn't accept the chained variable.
Daniel Stockham
10,277 PointsSorry about that Marcus, I took another snapshot and this one appears to have the code in it: https://w.trhou.se/orhmmflq1y
1 Answer
Nick Ocampo
15,661 PointsYou want to add a + operator in between room.room and the closing li tag string
Rich Donnellan
Treehouse Moderator 27,696 PointsCorrect. It's on line 27 in the widget.js
file.
statusHTML += room.room + '</li>';
Daniel Stockham
10,277 PointsI had a feeling it would be a small error. Although, thank you regardless.
Marcus Parsons
15,719 PointsMarcus Parsons
15,719 PointsHey Daniel,
I don't know what's happened, but the snapshot appears to be empty.