Changes

Jump to: navigation, search

JavaScript Flow Control and Looping

11 bytes added, 19:17, 23 April 2007
Conditional Statements
with Statements
== JavaScript Conditional Statements ==
Conditional statements control whether a part of a script is executed depending the result of a particular expression (i.e whether an expression returns a boolean ''true'' or ''false'' value). The two types of conditional structures are ''if'' and ''if ... else''. In this section we will take a closer look at both of these condtional structures and provide some examples of their use.

Navigation menu