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...';