// powtierdzenie decyzji function zapytaj(pytanie){ if(confirm(pytanie)) return true else return false; }