Changes

Jump to: navigation, search

JavaScript Flow Control and Looping

11 bytes added, 19:18, 23 April 2007
Looping Statements
As shown in the above example the script following the ''if'' statement is executed when the expression is evaluated to be true (i.e the customerName variable contains the string "Fred") and the script after the ''else'' statement is executed when the customerName does nmot match the string "Fred".
== JavaScript Looping Statements ==

Navigation menu