Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
met18001 committed Feb 3, 2020
1 parent 8932fbf commit da53c12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Binary file added week-2/DMD4470 - Shortcut.lnk
Binary file not shown.
7 changes: 4 additions & 3 deletions week-2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ <h1>My Shopping List App</h1>
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
Expand Down

0 comments on commit da53c12

Please sign in to comment.