Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Map the peoples of Ray such as their first name comes first in the string in js

fullAuthorNames = authors
  .map(authors => `${authors.firstName} ${authors.lastName}`);
console.log(fullAuthorNames);
Source by teamtreehouse.com #
 
PREVIOUS NEXT
Tagged: #Map #peoples #Ray #string #js
ADD COMMENT
Topic
Name
6+3 =