Skip to content
Advertisement

How to iterate json consists of array elements

I am getting this object :

JavaScript

I want this kind of table after iteration.

JavaScript

I’ve converted it to array :

JavaScript

console log after converting it to array

JavaScript

I want to fill this data in table format I am working on React js, I want to do this in javascript.

Any help would be appreciated.

Advertisement

Answer

Try this one.

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