+ 1
While loop javascript?
I understand how to write the code but what can while loop and for loop actually be used for in web development?
2 Antworten
+ 6
for loops are mostly for cycling through array items
+ 4
Here a article on MDN web docs to help you get what's the importance of the loops.
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Looping_code