From b36579adbfe64ea395b02bf9942c0fad20df0291 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:28:53 +0530 Subject: [PATCH] restructured --- Chapter 11/Project_4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 11/Project_4.html b/Chapter 11/Project_4.html index 956c516..7d44de0 100644 --- a/Chapter 11/Project_4.html +++ b/Chapter 11/Project_4.html @@ -55,7 +55,7 @@ const dur = (cur - game.start) / 1000; message.textContent = `It took ${dur} seconds to click`; } - }) + }); function addBox() { message.textContent = 'Click it...';