We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfeeba0 commit f2d1343Copy full SHA for f2d1343
1 file changed
README.md
@@ -84,6 +84,15 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
84
85
---
86
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
96
## 📁 Project Structure
97
98
```
0 commit comments