From 1e1aedd00c1a40714ba2979306d8dfc845a6c716 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:20:12 +0530 Subject: [PATCH] restructured --- Chapter 11/Exercise_11.2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter 11/Exercise_11.2.html b/Chapter 11/Exercise_11.2.html index 1dd71f6..c40320e 100644 --- a/Chapter 11/Exercise_11.2.html +++ b/Chapter 11/Exercise_11.2.html @@ -10,8 +10,8 @@ divs.forEach((el)=>{ el.addEventListener("click",()=>{ document.body.style.backgroundColor = el.textContent; - }) - }) + }); + });