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.
Removes elements from an array.
Tests whether at least one element passes a test.