Skip to content

Commit c68d0a7

Browse files
authored
Create README.md
1 parent 2f5b5ed commit c68d0a7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

task06-update-heading/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)