If you need to check each element in a JavaScript array against some criteria, you should use either the some or every method of arrays. In this tutorial we dive into these methods in great detail.
For more resources on JavaScript:
http://www.allthingsjavascript.com
Full personalized courses on JavaScript:
https://http://allthingsjavascript.com/person...
Courses offered on Udemy: Getting Started or Advanced Topics at a huge discount:
https://www.udemy.com/learn-modern-ja...
https://www.udemy.com/learn-modern-ja...
Tutorials referred to in this video:
Filtering an array: • JavaScript Fundamentals: Filtering an...
Mapping to a new array: • JavaScript Fundamentals: Mapping a Ja...
Reducing an array to a single value: • JavaScript Fundamentals: Reducing an ...
Higher Order Functions: • Higher Order Functions: A JavaScript ...
Understanding JavaScript Callbacks: • Understanding JavaScript Callbacks
ES5 Array Methods: • Getting Comfortable with the ES5 Arra...