• basdiljhs@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    6 months ago

    for(var i=0;i<=100;i++){ if((i%2)==1) console.log(i); }

    btw % is the modulo operator, x%y returns the remainder of division of x by y