Skip to content

Commit f2d1343

Browse files
authored
Update README.md
1 parent cfeeba0 commit f2d1343

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
8484

8585
---
8686

87+
### 3️⃣ Show / Hide Paragraph
88+
- Click the button to toggle visibility of a paragraph.
89+
- ✅ Concepts used:
90+
- `style.display`
91+
- Toggle logic with `if` condition
92+
- DOM element selection
93+
94+
---
95+
8796
## 📁 Project Structure
8897

8998
```

0 commit comments

Comments
 (0)