react js how to do array range

JavaScript
const numbers = Array.from(Array(10).keys();
Source

Also in JavaScript: