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 JavaScript and the DOM (Retiring) Responding to User Interaction The Event Object

Event target instead of FOR loops?

I don't get it... does it mean it is always better to use a condition with an event, instead of the loops? when would we use loops then?

1 Answer

Steven Parker
Steven Parker
229,732 Points

Events and loops are for different things, you wouldn't use one to replace the other. But there will be some occasions where you might use both together..

Events are for responding to things that happen dynamically, such as a button being clicked. And loops are for things that are repeated multiple times, like adding up prices on a shopping cart list.

hey Steven Parker , can I ask you for a super favour? can you revise this question I posted? few people responded to it but not sure if I am doing something wrong as I cannot get it work... just wondering if you can check their responses to make sure they are correct? if so, i will need to revise my workshop as I can't get it work. Thank you!!

https://teamtreehouse.com/community/firstchild-and-lastchild-selectors