Skip to content

Commit cfeeba0

Browse files
authored
Update README.md
1 parent 600335f commit cfeeba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
1818
| 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)|
1919
| 7 | Show / Hide Paragraph | Click the button to show or hide a paragraph. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task07-show-hide-paragraph)|
2020
| 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/task08-live-character-counter)|
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)|
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/task09-increase-counter-on-every-button-click)|
2222

2323
---
2424

0 commit comments

Comments
 (0)