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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
16
16
| 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)|
17
17
| 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)|
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
+
| 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)|
0 commit comments