how to remove the last object in an array js code example Example 1: js array delete last array.pop() Example 2: remove last element from array javascript array.splice(-1,1)