79253880

Date: 2024-12-05 08:36:04
Score: 2
Natty:
Report link
new Array(10).fill().map(e => Math.random())

If you want whole numbers you need to update the Math.random() function.

Refer below link to get function to generate whole number : Generating random whole numbers in JavaScript in a specific range

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: VISHNU