243
444
2 2 2
432
15
1.5
5
Error
10 10
9 10
9 9
10 9
true
false
undefined
How many times will the following loop execute How many times will the following loop execute?
for (let i = 0; i < 5; i++) { console.log(i); }
4
6
Infinite
Use break;
Use continue;
Use skip;
Use return;
Left-to-right
Right-to-left
Top-to-bottom
Undefined