how to slice last 3 items of an array code example Example: array cut only last 5 element arr.slice(Math.max(arr.length - 5, 0))