while-loops
Learn how while-loops differ from for-loops. Learn when to use each loop and the advantages of each.
We'll cover the following...
While-loops
While-loops are another tool in our toolbelt. They’re used less frequently than for-loops.
Let’s see how to do the same thing we did in the previous lesson with a while-loop. We want to log the numbers 0 - 9 to the console.
Structure
...Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy