Sweet! We can use the shift()
method or even splice()
to remove the first value of the array. pop()
removes the last value of the array.
So close! We can use the shift()
method or even splice()
to remove the first value of the array. pop()
removes the last value of the array.