We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355ec28 commit 582d17fCopy full SHA for 582d17f
04 - Array Cardio Day 1/index-FINISHED.html
@@ -30,7 +30,7 @@
30
console.table(fifteen);
31
32
// Array.prototype.map()
33
- // 2. Give us an array of the inventory first and last names
+ // 2. Give us an array of the inventor first and last names
34
const fullNames = inventors.map(inventor => `${inventor.first} ${inventor.last}`);
35
console.log(fullNames);
36
0 commit comments