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 trialAdam Browning
5,412 PointsBug in 'Next' button when creating 3 songs
There is a problem with the functionality of the 'Next' button when adding more than 2 songs in the Playlist App. If you click 'Next' after clicking 'Stop' or when the list is not highlighting any songs that are "being played" the next song in the list is highlighted. A validation should be added to prevent running the .next method if the state of the of the song is not played.
1 Answer
Cale Matteson
11,303 PointsHello Adam,
That is a great idea! In my opinion you can never have too much protection. Perhaps you could write it up and post it for everyone to see?
Good luck! Cale