Guest User

Untitled

a guest
Jan 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. const folders = [{
  2. id: 1,
  3. name: 'JavaScript',
  4. children: [{
  5. id: 2,
  6. name: 'Frameworks',
  7. children: [{
  8. id: 3,
  9. name: 'Angular'
  10. }, {
  11. id: 4,
  12. name: 'Vue'
  13. }]
  14. }, {
  15. id: 5,
  16. name: 'Libraries',
  17. children: [{
  18. id: 6,
  19. name: 'React'
  20. }]
  21. }]
  22. }]
Add Comment
Please, Sign In to add comment