Returns an array with specified elements inserted at the beginning.
arrayObj.unshift([item1[, item2 [, . . . [, itemN]]]]) |
| JScript |
| unshift Method (JScript 5.6) |
| See Also |
Returns an array with specified elements inserted at the beginning.
arrayObj.unshift([item1[, item2 [, . . . [, itemN]]]]) |
Arguments
Remarks
Requirements
See Also