Array.some()
Revision as of 14:16, 4 March 2017 by Joseph (talk | contribs) (Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
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.