From 6f1ccfc72b7acc39bc671d00659ebaf9c03c3699 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:44:24 +0530 Subject: [PATCH] restructured --- Chapter 14/Project_2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 14/Project_2.html b/Chapter 14/Project_2.html index 10166c9..074f858 100644 --- a/Chapter 14/Project_2.html +++ b/Chapter 14/Project_2.html @@ -53,7 +53,7 @@ localStorage.setItem("countdown", temp); startClock(temp); timeStop = true; - }) + }); function startClock(d) { function updateCounter() { let tl = (timeLeft(d));