Skip to content
Advertisement

Convert this array to an HTML List

I have this array:

JavaScript

OR

JavaScript

Every key is the id and value is the id for the childs of this parent.
ID of 0 means that (3 & 6) have no parent.
Now, i want to output an HTML list like:

  • 3
    • 4
      • 7
      • 8
        • 9
    • 5
  • 6

Advertisement

Answer

JavaScript

Test it.

or

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement