Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7aa57c

Browse files
authored
Correct typo
1 parent 304da26 commit c7aa57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week3/MAKEME.md

Lines changed: 1 addition & 1 deletion
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)