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 c7aa57c

Browse filesBrowse files
authored
Correct typo
1 parent 304da26 commit c7aa57c
Copy full SHA for c7aa57c

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

‎Week3/MAKEME.md‎

Copy file name to clipboardExpand all lines: Week3/MAKEME.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function threeFive(startIndex, stopIndex, threeCallback, fiveCallback) {
7474

7575
threeFive(10, 15, sayThree, sayFive);
7676

77-
// Should create an array [10,11,12,12.14,15]
77+
// Should create an array [10,11,12,13,14,15]
7878
// and call sayFive, sayThree, sayThree, sayFive
7979
// please make sure you see why these calls are made before you start coding
8080
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.