en.javascript.info/2-ui/1-document/07-modifying-document/8-tree-count/task.md
Ilya Kantor 508969c13f up
2017-02-28 12:54:48 +03:00

251 B

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"]