File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 191
191
192
192
## Intermediate JavaScript
193
193
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
+
195
213
2 . Explain the concept of event delegation.
196
214
3 . What is a callback function, and why is it used in JavaScript?
197
215
4 . Describe the purpose of "this" in JavaScript and how it is determined.
You can’t perform that action at this time.
0 commit comments