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);
}
Click an option to answer

.....

.....

.....

Like the course? Get enrolled and start learning!