From a8078b0497f10519481ff7e033641b87f69dd044 Mon Sep 17 00:00:00 2001 From: Rohantyagi22 Date: Tue, 2 Jul 2024 12:33:41 +0530 Subject: [PATCH] my msg is altered --- animated-countdown/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -}) +});