Skip to content

Commit 8836546

Browse files
committed
Update console log comment for clarity in mapping challenge
1 parent bd3dd05 commit 8836546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fundamentals/mapping/02_mappingChallenge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ let people = [
2121

2222
let names = people.map((nameOfPeople) => nameOfPeople.name);
2323

24-
console.log(names);
24+
console.log(names); // Console.log Names of peopel

0 commit comments

Comments
 (0)