The unshift() method is kind of like the opposite of shift() in that it adds a value at the beginning of an array.

Do you have anything to add to this array of things?

Good job! When we add a value with unshift(), all the other values get pushed to a higher index.

Psst: we can also use unshift() with multiple values.

Is it logical to call unshift that way?