Array.some(callback[, thisArg])
The some() method tests whether some element in the array passes the test implemented by the provided function.
[Array.some ] - in Mozilla Foundation Website.
The some() method tests whether some element in the array passes the test implemented by the provided function.
[Array.some ] - in Mozilla Foundation Website.