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