diff --git a/week-2/DMD4470 - Shortcut.lnk b/week-2/DMD4470 - Shortcut.lnk new file mode 100644 index 0000000..34266b6 Binary files /dev/null and b/week-2/DMD4470 - Shortcut.lnk differ diff --git a/week-2/index.html b/week-2/index.html index 21f9fae..941fa3e 100644 --- a/week-2/index.html +++ b/week-2/index.html @@ -91,9 +91,10 @@

My Shopping List App

const tags = document.querySelectorAll(".spanyo"); console.log(tags); - const array1 = [span]; - array1.forEach(element => console.log(element)); - + allItems.forEach(span => console.log()); + console.log(span.innerText); + + //Queryselecterall - log text //span.innertext