File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,32 +119,32 @@ This repository contains beginner-friendly JavaScript DOM manipulation tasks. Ea
119119```
120120JavaScript-Dom-Practice/
121121│
122- ├── Task-1 / (Change and Revert Heading)
122+ ├── Task-01 / (Change and Revert Heading)
123123│ ├── index.html
124124│ ├── style.css
125125│ └── script.js
126126│
127- ├── Task-2 / (Toggle Button Text)
127+ ├── Task-02 / (Toggle Button Text)
128128│ ├── index.html
129129│ ├── style.css
130130│ └── script.js
131131│
132- ├── Task-3 / (Multiple Headings)
132+ ├── Task-03 / (Multiple Headings)
133133│ ├── index.html
134134│ ├── style.css
135135│ └── script.js
136136│
137- ├── Task-4 / (innerHTML vs textContent)
137+ ├── Task-04 / (innerHTML vs textContent)
138138│ ├── index.html
139139│ ├── style.css
140140│ └── script.js
141141│
142- ├── Task-5 / (Change Style on Click)
142+ ├── Task-05 / (Change Style on Click)
143143│ ├── index.html
144144│ ├── style.css
145145│ └── script.js
146146│
147- ├── Task-6 / (Update Heading)
147+ ├── Task-06 / (Update Heading)
148148│ ├── index.html
149149│ ├── style.css
150150│ └── script.js
You can’t perform that action at this time.
0 commit comments