Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanh authored Jan 31, 2024
1 parent 7174918 commit 535275b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ Checkout Page (folder)
- del
```
-CSS
- CSS
- Nested CSS
- text-decoration: line-through
```
Expand Down Expand Up @@ -88,8 +87,7 @@ Checkout Page (folder)
- Capturing & Bubbling
- DOM Traversing
- nextElementSibling
- nextElementSibling
- e.target.closest(".main__product-info")
- e.target.closest(".main__product-info"
- if (e.target.classList.contains("fa-plus"))
- e.target.previousElementSibling.innerText++;
- firstElementChild
Expand Down

0 comments on commit 535275b

Please sign in to comment.