JavaScript Essentials: Loops

preview_player
Показать описание
In this tutorial, you'll learn about how to repeat lines of code in JavaScript with while and for loops.

Programming is supposed to make life easier so any time you find yourself repeating lines of code, you can replace this with JavaScript loops.

There are two main types of JavaScript loops, the while and for loops. They both allow you to repeat one or more lines of code over and over whilst a certain boolean expression is true.

In the video, you'll learn how to setup a while loop that counts from one to ten and see how you define a starting value, condition and incremental value to avoid getting an infinite loop.

You'll then learn how to use a for loop to do do the same thing and you'll see the key differences between the two types of loop and when you would use one over the other. Channel Handle @codebubb
Рекомендации по теме
Комментарии
Автор

Please keep doing this! Your audience will grow!

Optte