#13 JavaScript Tutorial | Do While loop 2019

preview_player
Показать описание
#13 JavaScript Tutorial | Do While loop 2019
do while loop is similar to while loop with only difference that it checks for condition after executing the statements, and therefore is an example of Exit Control Loop. The do/while statement creates a loop that executes a block of code once, before checking if the condition is true, then it will repeat the loop as long as the condition is true.
The do/while statement is used when you want to run a loop at least one time, no matter what.

Video by - Tanmay Sakpal

Original video source:
----------------------------------------------------
Рекомендации по теме