Posts by Tenclar Valus • 9 points
1 post
-
0
votes0
answers28
viewsQ: Recursive List with depth count
I created a code to organize a recursive list of categories to print as follows: category 1 -- category 1.1 category 2 -- category 2.2 --- category 2.2.1 json file of data : const data = {…