Check multiple condition at a time.
Syntax
if(expression){
//content to be evaluates
}
Example
var a=10;
if(a>5){
document.write("Value of a is greater than 5");
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.