I have this if statement below. It is possible to add / make it in if - else if - else ?. If not tell me the reason. Thanks. Cheers
if - else if - else
var num1; var num2 = 1; num1 = num2 != 0 ? num2 : ""; alert(num1);
Aucun commentaire:
Enregistrer un commentaire