Arrays are a data structure that allows multiple values to be stored in one variable.

Pop

Is an array method to remove an entry from the end of an array.

Push

Add to the end of the array

Shift

Remove from the start of the array

Unshift

Add to the start of the array.