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");