| Line 4: |
Line 4: |
| | | | |
| | | | |
| − | ==Array.some(callback[, thisArg]) == | + | ==Array.setcolumn(callback[, thisArg]) == |
| | | | |
| − | The some() method tests whether some element in the array passes the test implemented by the provided function.
| + | Internally Array Modifying Function. May be changed. Do not use |
| − | | |
| − | [[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/some| Array.some ]] - in Mozilla Foundation Website.
| |