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

I don't think the right workspace is launching

The workspace that I launch from this video is:

var students = [ { name: "Maddy" }, { name: "Adam" }, { name: "Jeseekia" } ];

students.forEach(function(student) { console.log(student.name); });

HTML <!DOCTYPE html> <html> <head> </head> <body> <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script> <script src="app.js"></script> </body> </html>

Where can I find the correct workspace? I want to get back to the Puppy site Workspace

It did the same thing to me. Not sure if there is anything to do about it. Maybe just a bug in the course. The puppy site workspace comes back the next lesson I think.