function primos() { let esPrimo = true; for(let i=100;i>1;i--){ for(let j = 2;j