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 Interacting with the DOM Responding to Events Listening for Events with addEventListener()

LETITA BUZEA
seal-mask
.a{fill-rule:evenodd;}techdegree
LETITA BUZEA
Full Stack JavaScript Techdegree Student 4,247 Points

Solution 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(); } })

Naoki Yoshida
Naoki Yoshida
6,984 Points

This is my case too. Made me lose time.

Paul Arnone
Paul Arnone
6,657 Points

Yup, same thing happened to me as well. Was wondering why mine was already working.

2 Answers

Travis Alstrand
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Travis Alstrand
Treehouse Teacher

The 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.

posted 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?