How many times will the word moments appear in the console?
let a;
for (a = 6; a >= 3; a--) {
console.log("moments");
}How many times will the word moments appear in the console?
let a;
for (a = 6; a >= 3; a--) {
console.log("moments");
}Create a free account to access the full topic