Array.unshift

Number unshift (any value)

Parameters

value The values of one or more elements to be added to the beginning of the array.

Description

Adds one or more elements to the beginning of the array.

Returns the new array length.