reagieren js wie man Array -Bereich macht

const numbers = Array.from(Array(10).keys();
Michal Borec