Difference between revisions of "Array.some()"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
(No difference)

Revision as of 15:16, 4 March 2017


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.