Difference between revisions of "Array.setcolumn()"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
− | ==Array. | + | ==Array.some(callback[, thisArg]) == |
− | + | The some() method tests whether some element in the array passes the test implemented by the provided function. | |
+ | |||
+ | [[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/some| Array.some ]] - in Mozilla Foundation Website. |
Revision as of 14:15, 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.