JS Basics 009: While Loop

4 years ago
1

In this lesson we are taking a look at while loops. Loops are used for repeating some block of code over and over as many times as needed. Loops are one of the most important concepts in programming and while loops are one version of them.

Complete exercises and ask questions on my website:
https://leemorgan.io/learn/lectures/61595e0c7396d2917e479db9

Loading comments...