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

Skip to content

Commit 669fa41

Browse files
author
T.M. Meijers
authored
Update MAKEME.md
1 parent ff99d49 commit 669fa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week6/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### Main assignment
77
You are going to write a SPA that uses the [Github API](https://developer.github.com/guides/getting-started/). Make sure that your app uses a logical pattern just like [this codepen](http://codepen.io/Razpudding/pen/MmVpeW).
88

9-
_Requirements_:
9+
__Requirements__:
1010
- Make sure you handle user input well. That means you need to think about empty input, and input that doesn't yield any results.
1111
- Do not duplicate code! This is especially important for making requests since we are making multiple ones with different urls and we want to do different actions based on the call we are making. Here are some handles to get you started:
1212
- So write a function called `makeRequest` which accepts (at least) the following parameters: `url` and `callback`.

0 commit comments

Comments
 (0)