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

4 lines
162 B
Markdown

The easiest way to walk the object is to use recursion.
1. [The solution with innerHTML](sandbox:innerhtml).
2. [The solution with DOM](sandbox:build-tree-dom).