Grokking JavaScript Fundamentals
0% completed
Quiz
Quiz
What is the output of the following code snippet using a for loop?
for(let i = 0; i < 3; i++) {
console.log(i);
}
.....
.....
.....
Like the course? Get enrolled and start learning!
0% completed
What is the output of the following code snippet using a for loop?
for(let i = 0; i < 3; i++) {
console.log(i);
}
.....
.....
.....