diff --git a/Week 03 - DOM/3.1 - DOM Simple/Week 03 - DOM Manipulation Notes.md b/Week 03 - DOM/3.1 - DOM Simple/Week 03 - DOM Manipulation Notes.md index 87dc272..1dfd266 100644 --- a/Week 03 - DOM/3.1 - DOM Simple/Week 03 - DOM Manipulation Notes.md +++ b/Week 03 - DOM/3.1 - DOM Simple/Week 03 - DOM Manipulation Notes.md @@ -2,4 +2,16 @@ ## [Notes / Slides Link](https://projects.100xdevs.com/tracks/dom-1/Basics-of-DOM-1) -## [Another Link](https://petal-estimate-4e9.notion.site/DOM-Manipulation-d43659eddda44472913ecf90e4ebf218) \ No newline at end of file +## [Another Link](https://petal-estimate-4e9.notion.site/DOM-Manipulation-d43659eddda44472913ecf90e4ebf218) + + +## For Practice +- [**DOM Task**](https://www.jschallenger.com/javascript-dom-exercises/) + +## Articles Link +- [**DOM in JavaScript - W3School**](https://www.w3schools.com/JS/js_htmldom.asp) +- [**JavaScript DOM - MDN**](https://medium.com/@dilarauluturhan/javascript-dom-document-object-model-85a2bc72769c) +- [**What is the DOM? A Behind-the-Scenes Guide**](https://www.freecodecamp.org/news/what-is-dom-in-javascript/) + +## Videos Link +- [**JavaScript DOM Manipulation by FreeCodeCamp**](https://www.youtube.com/watch?v=5fb2aPlgoys) \ No newline at end of file