The shift() method removes the first 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.