Would this "for loop" throws any exception? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Would this "for loop" throws any exception?

for(;i<5;i++){ document.write(i); }

9th May 2020, 10:57 PM
Nowshad Hossain Rahat
Nowshad Hossain Rahat - avatar
1 Antwort
+ 4
yes if i isn't defined ,if defined it won't
9th May 2020, 11:08 PM
Abhay
Abhay - avatar