The pop() method removes the last element from an array and returns the removed element. After the method is applied to an array it reduces it's length. The method does not accept any parameter.