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.