new Array(10).fill().map(e => Math.random())
If you want whole numbers you need to update the Math.random() function.
Math.random()
Refer below link to get function to generate whole number : Generating random whole numbers in JavaScript in a specific range