01 / 05
You only want the first one
"I want to find one person scoring 80 or more." "I want to find one product that has run out." What you want in cases like these is just the first one found.
forEach always works through every item, so it does not suit this. Use the method made for it.