[Solved] turn array with object to array [closed]


[ { 'one': '8b45544b-6d35c53c3d423' },
  { 'two': '5a509481-a43k4d40r4c44' } ].map(o => Object.keys(o)[0])

1

solved turn array with object to array [closed]