React JS, как сделать диапазон массива
const numbers = Array.from(Array(10).keys();
Michal Borec
const numbers = Array.from(Array(10).keys();