We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5b5ed commit c68d0a7Copy full SHA for c68d0a7
1 file changed
task06-update-heading/README.md
@@ -0,0 +1,16 @@
1
+# Task 06 – Update Heading
2
+
3
+## ✅ Objective:
4
+Update a heading with the input provided by the user.
5
6
+## 💡 Concepts Practiced:
7
+- Input value handling
8
+- Updating DOM elements based on input
9
10
+## 📘 What I Learned:
11
+- How to read input using `.value`.
12
+- Updating DOM text using `.textContent`.
13
14
+## ▶️ Example Flow:
15
+1. User types a name in input.
16
+2. Click button → heading updates to show that name.
0 commit comments