Javascript While and Do While Loops
In this lesson you are going to learn about Javascript while
and do...while
loops. They're really useful for executing a bunch of code as long as a certain condition holds true.
You are going to find them quite handy when writing your programs.
We'll also learn about infinite Loops that you never want to use. But it's always good to know about them.
Warning: Don't execute any infinite loop in this environment, else your browser (as well as your computer) might crash.
Related:
Warning: Invalid argument supplied for foreach() in /var/www/cssdeck.com/app/modules/labs/views/_details.php on line 68