+ 2
For loop VS While loop
what is the difference between for loop and while loop in Javascript ?
4 ответов
+ 6
https://www.sololearn.com/learning/1140/
Review lessons 18 & 19 of the Sololearn Javascript tutorial.
+ 3
Kindly use the Search bar
+ 2
The 'for' loop used only when we already knew the number of iterations. The 'while' loop used only when the number of iteration are not exactly known