We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4481f6c commit 91ef7f8Copy full SHA for 91ef7f8
1 file changed
task11-delete-list-items-dynamically/README.md
@@ -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