From dc9f7d813a7dafc82f8551c96489698fb3ba83a0 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:13:56 +0530 Subject: [PATCH] restructured --- Chapter 10/Exercise_10.8.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 10/Exercise_10.8.html b/Chapter 10/Exercise_10.8.html index 7867cc8..ee87de3 100644 --- a/Chapter 10/Exercise_10.8.html +++ b/Chapter 10/Exercise_10.8.html @@ -17,7 +17,7 @@ html += `${item}`; html += `${index + 1}`; - }) + }); html += ""; document.getElementById("output").innerHTML = html; }