Skip to content

Commit 3686540

Browse files
author
Noer Paanakker
committed
made a comment in ex1
1 parent c66c624 commit 3686540

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Week1/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Good luck!
156156

157157
## **SUBMIT YOUR HOMEWORK!**
158158

159-
After you've finished your todo list it's time to show us what you got! Upload all your files to a forked repository (a copy from the original, which in this case is the [JavaScript2](https://www.github.com/HackYourFuture/JavaScript2) repository) using GIT. Then make a pull request to the original.
159+
After you've finished your todo list it's time to show us what you got! Upload all your files to a forked repository (a copy from the original, which in this case is the [JavaScript2](https://www.github.com/HackYourHomework/JavaScript2) repository) using GIT. Then make a pull request to the original.
160160

161161
If you need a refresher, take a look at the following [guide](../hand-in-homework-guide.md) to see how it's done.
162162

Week1/js-exercises/ex1-bookList.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
function createBookList(books) {
2020
// your code goes in here, return the ul element
21+
// make a change here
2122
}
2223

2324
const books = [{

0 commit comments

Comments
 (0)