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 trialSeth Lewis
Full Stack JavaScript Techdegree Graduate 18,191 PointsBreakpoint takes me to 'change' event on line 79, not 17
Hi,
Firefox is my preferred browser. When I work through the steps in this video, the breakpoint takes me to 'change' event on line 79, not 17. I don't know how to target line 17 because even when I use the blue button to indicate that I want the code to stop on 17, it begins to play from line 79 downward.
Any thoughts/comments appreciated
1 Answer
Alexandra Lukinicheva
7,901 PointsHi Seth, if you look at line 79 the event listener there is 'click', not 'change', so is it possible that you choose 'click' on Event Listener Breakpoints in the developer tools?
Sorry for the late response.