Skip to content

Commit b99275b

Browse files
committed
Added article and video for What is the DOM, and how do you manipulate it using JavaScript?
1 parent 9b2b074 commit b99275b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,25 @@
191191

192192
## Intermediate JavaScript
193193

194-
1. What is the DOM, and how do you manipulate it using JavaScript?
194+
### 1. What is the DOM, and how do you manipulate it using JavaScript?
195+
<details>
196+
<summary><b>Answer</b></summary>
197+
198+
199+
#### Articles
200+
- 📜 [JavaScript HTML DOM](https://www.w3schools.com/js/js_htmldom.asp)
201+
- 📜 [Manipulating documents](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents)
202+
- 📜 [How to Manipulate the DOM - the Ultimate Beginner's Guide](https://www.freecodecamp.org/news/how-to-manipulate-the-dom-beginners-guide/)
203+
204+
205+
#### Videos
206+
- 🎬 [JavaScript DOM Manipulation – Full Course for Beginners](https://youtu.be/5fb2aPlgoys?si=cJnpobcIl2yZWG5d)
207+
- 🎬 [Learn DOM Manipulation In 18 Minutes](https://youtu.be/y17RuWkWdn8?si=EbnkiHRcCPqAOLlL)
208+
209+
</details>
210+
211+
---
212+
195213
2. Explain the concept of event delegation.
196214
3. What is a callback function, and why is it used in JavaScript?
197215
4. Describe the purpose of "this" in JavaScript and how it is determined.

0 commit comments

Comments
 (0)