Tuesday, January 29th, 2008
The ELSE Clause
If statements not only allow us to specify statements to be run if a condition is true. By adding an else clause we can also specify alternative statements to be run if the condition is false.
Tags: decisions, else, javascript





