Array.setcolumn()

Revision as of 14:15, 4 March 2017 by Joseph (talk | contribs)


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.