Awesome! shift() removes a value from the beginning and moves, or shifts, all the other values to a lower index.
shift()
Didn't we use pop() to remove the value at the end of the array?
pop()