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 trialLETITA BUZEA
Full Stack JavaScript Techdegree Student 4,247 PointsSolution already in workspace
Part of the solution was already written in the workspace.
taskList.addEventListener('mouseover', (event) => { if(event.target.tagName === 'LI'){ event.target.textContent = event.target.textContent.toUpperCase(); } })
Paul Arnone
6,657 PointsYup, same thing happened to me as well. Was wondering why mine was already working.
Darrel Valdiviezo
Full Stack JavaScript Techdegree Student 13,227 PointsSame here i guess he used the "The event listener callback"
2 Answers
Travis Alstrand
Treehouse TeacherThe Workspace should be all good to go, if needed, you can go to the Workspaces page and delete your current version of this Workspace. Then you can go back to that video, open the Workspace again and it should be all reset to how it is when Reggie starts the course.
I'm sure you're all already past that point though and have continued working on your Workspace through the following videos, my apologies if that caused confusion when getting to that video where Reggie implements that eventListener.
Travis Alstrand
Treehouse TeacherThank you for pointing this out to us! I'll inform the team!
michael apprich
9,989 Pointsposted on Feb 14
It's April 21 and this is still the case...
Why is the quality in course material so noticeable all of a sudden?
Naoki Yoshida
6,984 PointsNaoki Yoshida
6,984 PointsThis is my case too. Made me lose time.