codeSTACKr

In JavaScript, what would be the result in the console of running this code?

for (let i = 0; i < 5; i++) {
console.log(i);
}

For more JavaScript tips & tricks 👉 https://youtu.be/ZI3q-_vjSZE

4 years ago | [YT] | 197