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
| 1 | Change and Revert Heading | Changes the heading text on button click, and reverts on second click. |[Click to view Live](#)|
13
+
| 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
14
| 2 | Toggle Button Text | Toggles the text of a single button between two values. |[Click to view Live](#)|
15
15
| 3 | Multiple Headings | Changes the text of multiple headings using loop and `querySelectorAll`. |[Click to view Live](#)|
16
16
| 4 | innerHTML vs textContent | Shows the difference between `.textContent` and `.innerHTML` when used. |[Click to view Live](#)|
0 commit comments