Skip to content

Commit

Permalink
Update 05-JSandDOM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grunenwald authored Oct 22, 2024
1 parent 4a0fa0f commit 7222f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/05-JSandDOM.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ document.addEventListener("DOMContentLoaded", function() {
```javascript
querySelector(), querySelectorAll(),
getElementById(), getElementsByTagName(), getElementByClass(),
getElementById(), getElementsByTagName(), getElementsByClassName(),
createElement(), createTextNode()
```
Expand Down

0 comments on commit 7222f80

Please sign in to comment.