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 trialjoshua Wagoner
11,233 PointsEmployee list not populating.
As far as I can tell, the code is exactly as the presenter has it. I'm using workspaces, and it didn't work with the all JS earlier either.
1 Answer
Maxime Zègres
13,801 PointsHello,
I think that the error is from the URL path. The employees.json is located in another level folder (and not your current folder). You need then to specify ../ at the beginning of your file path.
var url="../data/employees.json";