var a=-3 if (a>0) { alert("a jest liczba dodatnia"); } else if (a<0) alert ("A jest liczbą ujemną"); else { alert("a jest równe zero"); }