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);