Skip to content

Commit f0c464a

Browse files
authored
Create README.md
1 parent 90b734a commit f0c464a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • task09-increase-counter-on-every-button-click
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Task 09 – Increase Counter on Every Button Click
2+
3+
## ✅ Objective:
4+
Increase a counter number every time the button is clicked.
5+
6+
## 💡 Concepts Practiced:
7+
- Click event
8+
- Counter variable logic
9+
- Updating DOM text on every interaction
10+
11+
## 📘 What I Learned:
12+
- How to maintain state using variables.
13+
- Incrementing values dynamically.
14+
15+
## ▶️ Example Flow:
16+
1. Counter starts from 0.
17+
2. Click → 1, then 2, and so on.

0 commit comments

Comments
 (0)