Karte der Völker von Strahlen wie ihr Vorname steht an erster Stelle in der Zeichenfolge in JS

fullAuthorNames = authors
  .map(authors => `${authors.firstName} ${authors.lastName}`);
console.log(fullAuthorNames);
Blushing Baboon