SyntaxFix
Write A Post
Hire A Developer
Questions
Since you are using features of ES6 (arrow functions), you may also simply use a for loop like this:
for(let child of [{0: [{'a':1,'b':2},{'c':3}]},{1:[]}]) {_x000D_ console.log(child)_x000D_ }