Changes

Jump to: navigation, search

JavaScript Flow Control and Looping

1 byte added, 15:42, 17 January 2008
JavaScript Looping Statements
== JavaScript Looping Statements ==
It is generally common knowledge that computers are great at performing repetitive tasks an infinite number of times, and doing so very quickly. It is also common knowlede knowledge that computers really don't do anything unless someone programs them to tell them what to do. Loop statements are the primary mechanism for telling a computer to perform the same task over and over again until a set of crieria are met. This is where ''for'', ''while'' and ''do ... while'' loops are of use.
=== JavaScript ''for'' loops ===

Navigation menu