If eslse conditions of javascript.

// var x=30; // var z=20; // if(x>z){ // document.write("X is Greater than Z"); // } var age=17; if(age<=18){ document.write("Adult and Mature Person.");}

Comments

Popular Posts