Skip to content

Commit 91ef7f8

Browse files
authored
Create README.md
1 parent 4481f6c commit 91ef7f8

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

  • task11-delete-list-items-dynamically
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Task 11 – Delete List Items Dynamically
2+
3+
## ✅ Objective:
4+
Allow users to delete specific list items from the task list.
5+
6+
## 💡 Concepts Practiced:
7+
- Adding buttons to list items
8+
- Using `remove()` method
9+
- Event handling on dynamically created elements
10+
11+
## 📘 What I Learned:
12+
- How to add delete functionality to dynamic items.
13+
- How to organize tasks with remove capability.
14+
15+
## ▶️ Example Flow:
16+
1. “Do Homework” added to list.
17+
2. Click Delete → that list item disappears.

0 commit comments

Comments
 (0)