
August 9th, 2005, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 888
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
The Power of Javascript: Controlling the Execution of the Script
When you write a script, most of the time you need to make a decision based on the values of some of your variables, or based on the values entered by the users, or even based on user actions. Decision making is a fundamental building block for all programming languages and it's similar in most of them. In this article, we discuss the if/else statement block, the switch statement, and take a look at the prompt() dialog box.
Read the full article here: The Power of javascript: Controlling the Execution of the Script
For more discussion go here: Blog Article Discussion
|