Search posts, tags, users, and pages
Divine Orji
Software Engineer
What is a loop? A loop is a sequence of instructions, repeated until a certain condition is reached. Loops are used in JavaScript to perform repeated tasks based on a condition, which typically returns true or false when analyzed. A loop will continu...
Dinys Monvoisin
Software developer, JavaScript Euthusiasts, Inspiring Blogger
You have cover do/while loop, do you usually use it?
not that much... I often find myself using for loop.
That brings me to my next point. Was it worth it mentioning it in the article?
Dinys Monvoisin yes it was. The do/while loop, even though it's not used very frequently, is still a loop. It exists, and it works when it is used. So that's I felt it would be good to mention it as well.
Dinys Monvoisin
Software developer, JavaScript Euthusiasts, Inspiring Blogger
You have cover do/while loop, do you usually use it?