if (jahr >= 1600 && jahr % 4 == 0) { alert("Das Jahr "+jahr+" ist ein Schaltjahr."); } else { alert("Nix Schaltjahr. Überprüf deine Eingabe.");}