Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Daniel 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
25,767 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,717 PointsMarcus Parsons
15,717 PointsHey Daniel,
I don't know what's happened, but the snapshot appears to be empty.