| Share this post! | Vote this! |
|
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. JavaScript supports
two conditional statements: if...else and switch. Both perform in saw
way the same task. more...



0 comments:
Post a Comment