From d265b89e92f7ac7f1f4d5bc6cf55ca033723b9a8 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:12:53 +0530 Subject: [PATCH] restructured --- Chapter 09/Project_1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 09/Project_1.html b/Chapter 09/Project_1.html index 8e46e3b..87a0f9f 100644 --- a/Chapter 09/Project_1.html +++ b/Chapter 09/Project_1.html @@ -15,7 +15,7 @@ const output = document.querySelector(".output"); const mainList = output.querySelector("ul"); mainList.id = "mainList"; -console.log(mainList) +console.log(mainList); const eles = document.querySelectorAll("div"); for (let x = 0; x < eles.length; x++) { console.log(eles[x].tagName);