Home

Submit

Source

Feeds

Home » JavaScript » General Development ::

JavaScript General Development
Conditional statements allow you to control the flow of execution of a script or one of its sections. To do this, you use some keywords and associate them with expressions to check. Depending on the outcome of the checking process and other comparison operations, you can take appropriate actions. Most of the conditional statements perform comparisons and act depending on the outcome of such comparisons. To assist you in making such comparisons, the JavaScript language is equipped with special operators that can act on natural numbers, decimal numbers, or strings.
Related Tutorials
JavaScript Getting Started
Introducing operators
JavaScript / Getting Started
You'll get familiar with JavaScript's operators. Assignment operators, arithmetic operators, comparison operators, logical and conditional operators...

Site: www.geekpedia.com Report - View Tutorial

JavaScript Getting Started
Conditional Statements
JavaScript / Getting Started
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. Conditional statements are the set of commands used to perform different actions based on different conditions.

Site: www.webcheatsheet.com Report - View Tutorial

JavaScript Getting Started
Variables and Operators Explained
JavaScript / Getting Started
A JavaScript tutorial aimed at beginners, or intermediate users with a hangover who suddenly forget how to turn numbers into strings and increment their variables. Includes working code examples for comparison, logical, compacted and other operators.

Site: www.webdevelopersjournal.com Report - View Tutorial

JavaScript General Development
Conditional Statements
JavaScript / General Development
A script is usually executed in a top-down approach. Instead of letting the browser proceed as you wish, you can set a condition that would control the sequence of processing. If the condition you set if true, then you can perform a desired operation. This processing is performed using the if condition.

Site: www.functionx.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement