unshift Method (JScript 5.6)

Returns an array with specified elements inserted at the beginning.

arrayObj.unshift([item1[, item2 [, . . . [, itemN]]]])

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also