Getting the first property from javascript object

I’m trying to get the first properties from the javascript objects. were I’m fetching data from the third-party library with multiple objects that have the same object name(CountryName:) and different first property names(USA, Portugal, Ghana, etc). so I’m trying to get all the first properties at the same time and reuse them in my DOM