Simplify Your JavaScript with `.some()` and `.find()`: medium.com/poka-techblog/…
4
177
497
0
78
@JavaScriptDaily .some() really should have been named .any()
@JavaScriptDaily Excellent to stop using .foreach when you only need to verify if any element in the array meets a condition 👍