Skip to content

Commit 830be83

Browse files
ananya8606sadanandpai
authored andcommitted
Update dom.mdx
1 parent 65b2bca commit 830be83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/pages/challenges/dom.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ function hasDuplicateId(tree, idSet = new Set()) {
307307
}
308308
```
309309

310-
### 11. 11. Implement a function to get all descendants of a given DOM node
310+
### 11. Implement a function to get all descendants of a given DOM node
311311

312312
- This function retrieves all child elements, regardless of depth.
313313

0 commit comments

Comments
 (0)