create a sort list using a map based on the data on the object

Viewed 21

how to create an ordered list based on objects that have different property names on each object, without targeting the property names manually?

I want to add a list of languages ​​of each country, the problem is that the objects on each country have different property names.

this is my address code.enter link description here https://codesandbox.io/s/agitated-silence-u4dcyn

0 Answers
Related