if you want to see the result in the console click "Ctrl+Shift+J" or F12
The pop() method removes the last element from an array.
The push() method adds a new element to an array (at the end).
The slice() method slices out a piece of an array into a new array.
The join() method joins array elements into a string.
The reverse() method reverses the elements in an array.
The sum() method.