javascript how to remove last two items of an array code example Example: javascript delete second last element of array arr.splice(arr.length - 2, 1);