Changes

Jump to: navigation, search

JavaScript Flow Control and Looping

514 bytes added, 19:21, 23 April 2007
JavaScript Looping Statements
== JavaScript Looping Statements ==
 
It is generally common knowledge that computers are great and performing repetitive tasks many thousands or even millions of times very quickly. It is also common knowlede 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 aset of crieria are met. This is where ''for'', ''while'' and ''do ... while'' loops are of use.
 
=== JavaScript ''for'' loops ===

Navigation menu