Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a465cfe

Browse files
authored
Update MAKEME.md
1 parent b5fd5b2 commit a465cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week3/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ In this second course you'll learn about `higher order functions`, which we'll r
2222

2323
## **2. JavaScript exercises**
2424

25-
In the following exercises you'll practice every concept you've learned about so far in this module.
25+
> 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.
2626
27-
> Before you start, create a folder called `week2-scripts`. Inside, create 5 `.js` files, each dedicated to the exercises in this section. Make sure you give the files a name that reflects its content. For example, for exercise 1 an appropriate name would be: `giveCompliment.js`.
27+
> 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.
2828
2929
**Exercise 1: You are amazing, Noer!**
3030

0 commit comments

Comments
 (0)