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

Skip to content

Commit 65529b5

Browse files
authored
Update MAKEME.md
1 parent a6f2217 commit 65529b5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Week6/MAKEME.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@ Finish homework week 5: https://github.com/HackYourFuture/JavaScript/blob/master
44

55
Read through the JavaScript Fundamentals [README](https://github.com/HackYourFuture/JavaScript/tree/master/fundamentals) and make the [exercises](https://github.com/HackYourFuture/JavaScript/blob/master/fundamentals/exercises.md) hand in your answers in Trello.
66

7-
ASK A QUESTION ON SLACK!!!!
7+
ASK A QUESTION ON SLACK!!!!
8+
9+
## FROM CLASS
10+
Create a repo that makes this code work
11+
```
12+
fetchReposFromOrganization('hackyourfuture')
13+
.then(renderListOfRepositories)
14+
.then(fetchContributors)
15+
.then(renderContributors);
16+
```

0 commit comments

Comments
 (0)