In Association with Amazon.in   Flipkart

Friday, July 12, 2013

JavaScript Conditional Or Branching Statements

Conditional Or Branching Statements:

These statements are depend on the condition and if the condition is true then only that true branch will be executed other wise it wont take any action.

Every condition is dependent on relational operators (==, > ,< , >=, <=, !=)

These are of 5 Types:

1. If condition
2. If Else
3. Nested If
4. If Ladder
5. Switch

No comments:

Post a Comment


Related Posts Plugin for WordPress, Blogger...