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 trialArnold Nunez
Front End Web Development Techdegree Student 9,494 PointsWhy don't my buttons work?
I've checked the code and tried two browsers(firefox and chrome). I had this issue on another workspace preview.
2 Answers
Steven Parker
231,236 PointsIt looks like you just have a typo, on line 45 there is "addEventLIstener" (capital "I") instead of "addEventListener" (lower-case "i").
I spotted a few more as well:
- on line 48, "parenNode" instead of "parentNode"
- on line 50, "extContent" instead of "textContent"
- also on line 52, "extContent" instead of "textContent"
Perhaps the "t" keyboard button is becoming intermittent?
Arnold Nunez
Front End Web Development Techdegree Student 9,494 PointsHere is the snapshot. Thank You! https://w.trhou.se/ezogibdcf2
Steven Parker
231,236 PointsSteven Parker
231,236 PointsIf you make a snapshot of your workspace and post the link to it here, we could take a look.