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