You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
18
18
| 6 | Update Heading | User types in the input and replaces the default heading with user-entered text on button click. |[Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task06-update-heading)|
19
19
| 7 | Show / Hide Paragraph | Click the button to show or hide a paragraph. |[Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task06-update-heading)|
20
20
| 8 | Live Character Counter | Displays character count live as you type in the input field. |[Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task06-update-heading)|
21
-
| 9 |Add List Items Dynamically| A button click increases the counter value and updates it on screen. |[Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task06-update-heading)|
21
+
| 9 |Increase Couter on Every Button Click| A button click increases the counter value and updates it on screen. |[Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task06-update-heading)|
0 commit comments