Skip to content

Commit f57b0bd

Browse files
authored
Update README.md
1 parent 5fe4d86 commit f57b0bd

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
@@ -11,7 +11,7 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
1111
| No. | Task Name | Description | Live Demo |
1212
|-----|-----------------------------|----------------------------------------------------------------------------|------------------------|
1313
| 1 | Change and Revert Heading | Changes the heading text on button click, and reverts on second click. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task01-change-and-revert-heading) |
14-
| 2 | Toggle Button Text | Toggles the text of a single button between two values. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/) |
14+
| 2 | Toggle Button Text | Toggles the text of a single button between two values. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/task02-toggle-button-text) |
1515
| 3 | Multiple Headings | Changes the text of multiple headings using loop and `querySelectorAll`. | [Click to view Live](https://suru190.github.io/JavaScript-Dom-Practice/) |
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/) |
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/) |

0 commit comments

Comments
 (0)