From ee2b8a122ca31ce74709a654addfc94fec5f5c6c Mon Sep 17 00:00:00 2001 From: eneserdek Date: Tue, 26 Mar 2019 14:47:39 +0100 Subject: [PATCH] A new step is being added to notify students Without this step, some students may omit downloading this documents and create their own js documents. These will not allow them to test their work. --- Week2/MAKEME.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Week2/MAKEME.md b/Week2/MAKEME.md index 0169b7920..62b29b88c 100644 --- a/Week2/MAKEME.md +++ b/Week2/MAKEME.md @@ -15,6 +15,10 @@ Topics discussed this week: _Deadline Wednesday_ + +**1.0** Please download the js documents from the following link. You will use and make changes on these documents for the following homeworks. +(https://github.com/HackYourFuture/JavaScript2/blob/master/Week2/homework) + **1.1** Say you would like to write a program that doubles the odd numbers in an array and throws away the even numbers. Your solution could be something like this: