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