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

JavaScript AJAX Basics (retiring) jQuery and AJAX Stage 3 Challenge Answer

Daniel Stockham
Daniel Stockham
10,277 Points

Unexpected 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.

Hey Daniel,

I don't know what's happened, but the snapshot appears to be empty.

Daniel Stockham
Daniel Stockham
10,277 Points

Sorry about that Marcus, I took another snapshot and this one appears to have the code in it: https://w.trhou.se/orhmmflq1y

1 Answer

You want to add a + operator in between room.room and the closing li tag string

Rich Donnellan
Rich Donnellan
Treehouse Moderator 27,696 Points

Correct. It's on line 27 in the widget.js file.

statusHTML += room.room + '</li>';
Daniel Stockham
Daniel Stockham
10,277 Points

I had a feeling it would be a small error. Although, thank you regardless.