delete item from array of objects javascript code example Example 1: remove object from array javascript someArray.splice(x, 1); Example 2: javascript pop object from array array.pop()