Q:

console.log for loop

for(var i = 1; i < 11; i += 1) {
    console.log(i);
}
0

New to Communities?

Join the community