We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b2bca commit 830be83Copy full SHA for 830be83
web/src/pages/challenges/dom.mdx
@@ -307,7 +307,7 @@ function hasDuplicateId(tree, idSet = new Set()) {
307
}
308
```
309
310
-### 11. 11. Implement a function to get all descendants of a given DOM node
+### 11. Implement a function to get all descendants of a given DOM node
311
312
- This function retrieves all child elements, regardless of depth.
313
0 commit comments