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