We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b734a commit f0c464aCopy full SHA for f0c464a
1 file changed
task09-increase-counter-on-every-button-click/README.md
@@ -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