We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad30e7 commit 550e2a6Copy full SHA for 550e2a6
1 file changed
task03-multiple-heading/README.md
@@ -0,0 +1,17 @@
1
+# Task 03 – Multiple Headings
2
+
3
+## ✅ Objective:
4
+Change the text of multiple heading elements when a button is clicked.
5
6
+## 💡 Concepts Practiced:
7
+- `querySelectorAll`
8
+- Looping through NodeList
9
+- Event listeners
10
11
+## 📘 What I Learned:
12
+- How to select and modify multiple DOM elements.
13
+- Iterating over elements using `forEach`.
14
15
+## ▶️ Example Flow:
16
+1. Multiple headings shown.
17
+2. Click button → all headings change text together.
0 commit comments