From 7c2fad33ef30d9f8784ad74051c020fc123c67f2 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:14:07 +0530 Subject: [PATCH] restructured --- Chapter 10/Exercise_10.9.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 10/Exercise_10.9.html b/Chapter 10/Exercise_10.9.html index 5bd9fdf..bddfd3e 100644 --- a/Chapter 10/Exercise_10.9.html +++ b/Chapter 10/Exercise_10.9.html @@ -16,7 +16,7 @@ console.log(this.textContent); } btn.addEventListener("click",output); - }) + });