up
This commit is contained in:
parent
4272b7bb13
commit
508969c13f
168 changed files with 340 additions and 10 deletions
13
2-ui/1-document/07-modifying-document/8-tree-count/task.md
Normal file
13
2-ui/1-document/07-modifying-document/8-tree-count/task.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
importance: 5
|
||||
|
||||
---
|
||||
|
||||
# Show descendants in a tree
|
||||
|
||||
There's a tree organized as nested `ul/li`.
|
||||
|
||||
Write the code that adds to each `<li>` the number of its descendants. Skip leaves (nodes without children).
|
||||
|
||||
The result:
|
||||
|
||||
[iframe border=1 src="solution"]
|
Loading…
Add table
Add a link
Reference in a new issue