Skip to content

Commit 582d17f

Browse files
authored
Quick word change in comment
1 parent 355ec28 commit 582d17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04 - Array Cardio Day 1/index-FINISHED.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
console.table(fifteen);
3131

3232
// Array.prototype.map()
33-
// 2. Give us an array of the inventory first and last names
33+
// 2. Give us an array of the inventor first and last names
3434
const fullNames = inventors.map(inventor => `${inventor.first} ${inventor.last}`);
3535
console.log(fullNames);
3636

0 commit comments

Comments
 (0)