From 510c975ac4aacc1cc1af6a0d66e7595aa7418f68 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:13:18 +0530 Subject: [PATCH] restructured --- Chapter 10/Exercise_10.6.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 10/Exercise_10.6.html b/Chapter 10/Exercise_10.6.html index ef3bb23..1053879 100644 --- a/Chapter 10/Exercise_10.6.html +++ b/Chapter 10/Exercise_10.6.html @@ -16,7 +16,7 @@ console.log(eles); eles.forEach((el) => { console.log(el); - }) + });