remove item form array by index code example Example: remove a specific element from an array array.splice(array.indexOf(item), 1);