diff --git a/animated-countdown/script.js b/animated-countdown/script.js index 3493444..3f84535 100644 --- a/animated-countdown/script.js +++ b/animated-countdown/script.js @@ -32,9 +32,9 @@ function runAnimation() { } }) }) -} +}; replay.addEventListener('click', () => { resetDOM() runAnimation() -}) +});