remove last value from array es6 code example Example 1: remove last element from array javascript array.pop(); Example 2: splice last element from array javascript array.splice(-1,1)