Not one person in the comments has attempted to answer any of the questions either.

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

Thank you holy shit I was beginning to think no one has ever seen a fizz buzz before