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