What is the purpose of the some() method in JavaScript arrays?
some()
Adds new elements to an array.
Checks if an element is included in the array.
Tests whether at least one element passes a test.
Removes elements from an array.