From b66d53c4f388fad842969936ac96d03b3c947bf4 Mon Sep 17 00:00:00 2001 From: Noer Date: Sat, 12 Oct 2019 21:19:16 +0200 Subject: [PATCH 01/63] Update MAKEME.md --- Week1/MAKEME.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Week1/MAKEME.md b/Week1/MAKEME.md index bf72abd36..cea2ae636 100644 --- a/Week1/MAKEME.md +++ b/Week1/MAKEME.md @@ -37,9 +37,9 @@ const books = [ ``` 1. Iterate through the array of books. -2. For each book, create a p element with the book title and author and append it to the page. -3. Use an