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 Object-Oriented JavaScript (2015) Constructor Functions and Prototypes Making the UI Work

kushalmahajan2
kushalmahajan2
7,683 Points

Playlist not showing up

I am working alongside the video instructions. I am not sure which mistake is there in code. Please help to have the playlist appear. Edit: Workspace Snapshot : https://w.trhou.se/pvas2fyqji

You have to take a Snapshot of your workspace.

3 Answers

Hey kushalmahajan2,

You have three typos in playlist.js and song.js. Both Line 11 and Line 16 of playlist.js have { where there should be [. Also, you misspelled "duration" on Line 4 of song.js.

In the future, using the Console will help immensely and really should be the first place you go when something doesn't work :)

kushalmahajan2
kushalmahajan2
7,683 Points

Ok. It seems the logged in person can only use it. How can I share the worspace files then without copying to other platforms . Please advise !

You have to take a Snapshot of your workspace.

kushalmahajan2
kushalmahajan2
7,683 Points

Thanks. Mikis. I have edited the question .

kushalmahajan2
kushalmahajan2
7,683 Points

Thanks. I will certainly do that.