diff --git a/script.js b/script.js index 971d275..82d8965 100644 --- a/script.js +++ b/script.js @@ -30,7 +30,7 @@ function startTimer(duration) { clearInterval(timerInterval); timerDisplay.textContent = 'Süre Doldu!'; } - }, 500); + }, 1000); } function handleEnterKeyPress(event) {