79115207

Date: 2024-10-22 17:34:24
Score: 1.5
Natty:
Report link
    for (let i = 0; i < 25; i++) {
  alt.push(Math.random()*25)
}

the condition in the for loop should run the code 25 times and add elements to it

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: venkataramana govindu