From 15335af7dab6e024fd4500af5f83e23ddcc8d9bc Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:15:39 +0530 Subject: [PATCH] restructured --- Chapter 10/Project_2.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter 10/Project_2.html b/Chapter 10/Project_2.html index 56d1fd3..45262d8 100644 --- a/Chapter 10/Project_2.html +++ b/Chapter 10/Project_2.html @@ -24,8 +24,8 @@ } function build() { myArray.forEach((item, index) => { - adder(item, index, 0) - }) + adder(item, index, 0); + }); } function adder(name, index, counter) { const tr = document.createElement("tr");