From 0bf11bae56997b3f51c516a09e271c013aedf6e0 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:19:04 +0530 Subject: [PATCH] restructured --- Chapter 10/Project_3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 10/Project_3.html b/Chapter 10/Project_3.html index c8c46c2..d68e4fc 100644 --- a/Chapter 10/Project_3.html +++ b/Chapter 10/Project_3.html @@ -75,7 +75,7 @@ } game.puzz.push(div); updateScore(); - }) + }); for (let i = 0; i < 26; i++) { let temp = String.fromCharCode(65 + i); let div = createElements("div", letters, temp,"box");