The collection.unshift( ) method inserts the given value(s) at the beginning of the collection and returns the modified collection.
Note: This method modifies the original collection.
If several values are passed, they are inserted all at once, which means that they appear in the resulting collection in the same order as in the argument list.