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

Skip to content

Commit c461161

Browse files
author
Mikael Wistoft
committed
Fixed typo in markup link
1 parent 3e40f91 commit c461161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript2/Week5/homework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Make a website that fetches (= to get) data asynchronously.
9393
9494
2) Add a button (e.g. 'click me') that when clicked `console.logs` 'you clicked me!'
9595
96-
3) Create a function that fetches from [The Github API](https://developer.github.com/v3/). For example from [this page] (https://api.github.com/orgs/HackYourFuture/repos) (the one we used last week). For help on this check this [SO post](https://stackoverflow.com/questions/247483/http-get-request-in-javascript)
96+
3) Create a function that fetches from [The Github API](https://developer.github.com/v3/). For example from [this page](https://api.github.com/orgs/HackYourFuture/repos) (the one we used last week). For help on this check this [SO post](https://stackoverflow.com/questions/247483/http-get-request-in-javascript)
9797
9898
4) Display the data that you get from the Github API on your web page.
9999

0 commit comments

Comments
 (0)