React JS, jak zrobić zakres tablicy
const numbers = Array.from(Array(10).keys();
Michal Borec
const numbers = Array.from(Array(10).keys();