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 trialStacey Graham
7,039 PointsI'm having an issue viewing the playlist in the browser. Only the title shows up. Are my files in the wrong folders?
When I view the console in the browser I see and ERR_ABORTED_ 404 not found. Here is a snapshot of my workspace https://w.trhou.se/hmi91djifp
1 Answer
KRIS NIKOLAISEN
54,971 PointsHere is an updated snapshot
Updates include
1) Moving index.html to the root folder
2) In playlist.js, capitalizing the L in playList here:
var playList = [];
3) Also in playlist.js, adding an end quote to 'I Did It My Way'
playList.push('I Did It My Way');