Guest User

Untitled

a guest
Nov 20th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. let infoList= {
  2. name: Jone,
  3. iq: 130,
  4. children: [{
  5. name: Joy,
  6. iq: 121,
  7. children: [{
  8. name: Ross,
  9. iq: 110,
  10. children: [{
  11. ....
  12. }]
  13. }]
  14. }]
  15. }
Add Comment
Please, Sign In to add comment