What is the use of loop in javascript
Loop executes the same code of block again and again. Loop is a control flow statement for specifying iteration, which allows code to be executed repeatedly. Repetitive task within a program to save time and effort.

#loop #javascript

Explain: Loops and iteration in Javascript
1.30 GEEK