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