Skip to content

Commit 550e2a6

Browse files
authored
Create README.md
1 parent 8ad30e7 commit 550e2a6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

task03-multiple-heading/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)