From 9d35ce0e14422496ec122e198129159fff9d112d Mon Sep 17 00:00:00 2001 From: David Ng Date: Sun, 29 Sep 2019 15:24:45 +0200 Subject: [PATCH] Update MAKEME.md --- Week3/MAKEME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week3/MAKEME.md b/Week3/MAKEME.md index 8d253f86b..f32e7c5dd 100644 --- a/Week3/MAKEME.md +++ b/Week3/MAKEME.md @@ -22,7 +22,7 @@ In this second course you'll learn about `higher order functions`, which we'll r ## **2. JavaScript exercises** -> Inside of your `JavaScript1` fork and inside of the `Week2` folder, create a folder called `homework`. Inside of that folder, create a folder called js-exercises. For all the following exercises create a new .js file in that folder (5 files in total). Make sure the name of each file reflects its content: for example, the filename for exercise one could be giveCompliment.js. +> Inside of your `JavaScript1` fork and inside of the `Week3` folder, create a folder called `homework`. Inside of that folder, create a folder called js-exercises. For all the following exercises create a new .js file in that folder (5 files in total). Make sure the name of each file reflects its content: for example, the filename for exercise one could be giveCompliment.js. > In each file, start off with the string 'use strict'. This will make sure the code interpreter will enforce stronger rules when looking at your code.