remove last key from array javascript code example Example: javascript delete second last element of array arr.splice(arr.length - 2, 1);