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) Programming AJAX Processing JSON Data

S Ananda
S Ananda
9,474 Points

Wrong Workspace for Processing JSON Data Module

I just opened the workspace for the module and it is missing the widget.index file. I don't think the work I do for the video will work if I'm missing that html file. Why is the wrong workspace coming up?

2 Answers

Seth Kroger
Seth Kroger
56,413 Points

You'll be retrieving the data in a different format, called JavaScript Object Notation (JSON) and creating the widget's HTML through JavaScript, so you don't need to have a widget.html file to use. JSON is a common format for information on the web and virtually all API's these days use it. Your workspace will work just fine for this section.

S Ananda
S Ananda
9,474 Points

OK. Thanks. Luckily I've been working on another track for the past month, but will be back AJAX shortly, very shortly.