Computers
Go to...
Index
Translations
Pronunciation
Images
Computers
Geography
Languages
0 / 60 seg.
What is the result of the following code?
let i = 0; while (i < 3) { i++; } console.log(i);
3
Clue
4
3
2
0
Previous question
Start
Next question
Please enable JavaScript to continue using this application.