79455714

Date: 2025-02-20 20:12:41
Score: 1
Natty:
Report link

To generate the array asked for by the OP:

[...Array(10).keys()]

Yields:

[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: michael