Good job! When we add a value with unshift(), all the other values get pushed to a higher index.
unshift()
Psst: we can also use unshift() with multiple values.
Is it logical to call unshift that way?