About Lesson
Looping Statement:-
JavaScript मे Loop बहुत उपयोगी होता है। Loop का प्रयोग हम Code को उसी Line मे बार बार Execute करने के लिए करते है और तब तक Code को Execute करते हैं जब तक कोई एक Condition True हो।
Type of Loop
1. While Loop
2. Do_While Loop
3. For Loop
4. for-in loop
Looping Statement:-
Loop is very useful in JavaScript. We use Loop to execute the code repeatedly in the same line and execute the code until one of the conditions is true.
Type of Loop
1. While Loop
2. Do_While Loop
3. For Loop
4. for-in loop