In this lesson, we are going to learn how to use the .some() ARRAY method in #javascript
The '.some()' method checks if at least one element in an ARRAY meets the condition provided BY a callback function, returning 'true' if ANY element satisfies the condition, otherwise 'false'.
Timestamps
0:00 Intro
0:08 Explanation
0:22 1st Example [arrOfNumbers]
2:57 2nd Example [arrOfPeople]
5:38 Thanks for watching!
Don't forget to subscribe for more coding lessons related to web development, just like this one!
#javascripttutorial #js #advancedjavascript #codingtutorial #softwareengineeringtutorials