Skip to content

Commit 80d38bc

Browse files
authored
Update README.md
1 parent 671cb8d commit 80d38bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
1616
| 4 | innerHTML vs textContent | Shows the difference between `.textContent` and `.innerHTML` when used. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task04-innerHTML-vs-textContent)|
1717
| 5 | Change Style on Click | Changes the background and text color of a heading element on click. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task05-change-style-on-click)|
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)|
19-
| 7 | Show / Hide Paragraph | 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)|
20-
| 8 | Live Character Counter | 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)|
21-
| 9 | Add List Items Dynamically | 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+
| 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+
| 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)|
2222

2323
---
2424

0 commit comments

Comments
 (0)