Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61b13da

Browse filesBrowse files
authored
Merge pull request wesbos#4 from pertrai1/patch-1
Quick word change in comment
2 parents 355ec28 + 582d17f commit 61b13da
Copy full SHA for 61b13da

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: 04 - Array Cardio Day 1/index-FINISHED.html
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.