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

Skip to content

Commit c922bd5

Browse files
authored
Update MAKEME.md
1 parent ef850fd commit c922bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week1/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In the following exercises you'll learn how to use different JavaScript concepts
1818

1919
## **2. JavaScript exercises**
2020

21-
Inside of your `JavaScript1` fork, create a folder called `week1`. Inside of that folder, create a folder called `js-exercises`. For all the following exercises create a new `.js` file in that folder (10 files in total). Make sure the name of each file reflects its content: for example, the filename for exercise one could be `logHello.js`.
21+
Inside of your `JavaScript1` fork and inside of the `Week1` 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 (10 files in total). Make sure the name of each file reflects its content: for example, the filename for exercise one could be `logHello.js`.
2222

2323
> 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.
2424

0 commit comments

Comments
 (0)