const arr = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19], num = 7; let index = 2; let from = index * num; let to = from + num; alert(arr.splice(from, to))