Array.Unshiftfunction Unshift (newElement : object, optionalElement : object) : intDescriptionUnshift adds one or more elements to the beginning of an array and returns the new length of the array.
var arr = new Array ("Hello", "World"); |
|
||||
| Scripting > Runtime Classes > Array | ||||
Array.Unshiftfunction Unshift (newElement : object, optionalElement : object) : intDescriptionUnshift adds one or more elements to the beginning of an array and returns the new length of the array.
var arr = new Array ("Hello", "World"); |