Skip to content

Commit b5fd5b2

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Week2/MAKEME.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ In this section you will be doing interactice exercises, that will allow you to
1616

1717
## **2. JavaScript exercises**
1818

19+
> 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 removeComma.js.
20+
1921
> For all the following exercises create a new .js file. Try to find a proper name for each file or make a small comment about what it does inside for future reference.
2022
2123
> Start each file off with the string `'use strict'` at the top.

0 commit comments

Comments
 (0)