para alternativas bucle js

let i = 1;
let repeat = 10;
eval("console.log(`this is the console.log number ${i}`);i++;".repeat(repeat))
5alidshammout