This website requires JavaScript.
Explore
Help
Sign in
jeena
/
en.javascript.info
Watch
1
Star
0
Fork
You've already forked en.javascript.info
0
Code
Issues
Pull requests
Projects
Packages
Wiki
Activity
Actions
d7d25f4d8b
en.javascript.info
/
2-ui
/
1-document
/
11-modifying-document
/
7-create-object-tree
/
solution.md
Ilya Kantor
d7d25f4d8b
up
2017-02-17 03:30:25 +03:00
162 B
Raw
Blame
History
The easiest way to walk the object is to use recursion.
The solution with innerHTML
.
The solution with DOM
.