From 31256c47cd0b7e9b34cb8c3ba64895aab3688b71 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:21:37 +0530 Subject: [PATCH] restructured --- Chapter 11/Exercise_11.5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 11/Exercise_11.5.html b/Chapter 11/Exercise_11.5.html index dc9132f..36d8f6f 100644 --- a/Chapter 11/Exercise_11.5.html +++ b/Chapter 11/Exercise_11.5.html @@ -22,7 +22,7 @@ btn2.addEventListener("click", tracker); btn3.addEventListener("click", (e) => { console.log(log); - }) + }); function tracker(e) { output.textContent = myInput.value; const ev = e.target;