Breadcrumbs
Tag: "if_else"
-
Too Easy JavaScript - Arrays and Switch [4]
- Author
- Date
- Sat 16 Jul 2005 at 7:56
- Type
- Article
Expand your JavaScript horizon with arrays and switch statements. Organize your code using arrays and replace nested conditional statements with switch statements. Continue your journey in Too Easy JavaScript, Part 4.
-
Too Easy JavaScript - Control Structures [3]
- Author
- Date
- Fri 20 May 2005 at 16:05
- Type
- Article
Take control of your program using JavaScript's control structures! Using loops and conditional statements you can grab the reigns, and manipulate your program's flow.
-
PHP Conditional
- Author
- Date
- Sun 30 Jan 2005 at 7:39
- Type
- Article
Use if...else and switch statements to control the flow of your PHP programs by allowing them to make condition-based decisions.
