This commit is contained in:
Ilya Kantor 2017-02-17 03:30:25 +03:00
parent 5ef1b92e8b
commit d7d25f4d8b
36 changed files with 1239 additions and 25 deletions

View file

@ -0,0 +1,4 @@
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).