BEENUM LEARNING
2 года назад
Комментарии:
let Start = 100, End = 250; let arr = [...new Array(End + 1).keys()].slice(Start); console.log(arr);