News

Another way to change the data in an array is with the `.pop()` function. .`pop()` is used to "pop" a value off of the end of an array. We can store this "popped off" value by assigning it to a ...