JavaScript Array Methods

unshift()

The unshift() method returns the length of the new array:

Note: The unshift() method does not work properly in Internet Explorer 8 and earlier, the values will be inserted, but the return value will be undefined.