tutorial.eyehunts.com
JavaScript if statement multiple conditions | Example code
Use And (&&) or OR (||) statement to get the if statement with multiple conditions in JavaScript. Just make sure you wrap your conditions in..
Rohit