how to remove last 2 element from the array in javascript using splice methods code example Example: javascript delete second last element of array arr.splice(arr.length - 2, 1);