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

Skip to content

Commit 706d9a7

Browse files
authored
Merge pull request HackYourFuture#110 from HackYourFuture/wouterkleijn-patch-2
Update MAKEME.md
2 parents 94292ee + 49984bf commit 706d9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week1/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Go over your homework one last time:
6060
- Does every file start with `'use strict';`?
6161
- Have you used `const` and `let` and avoided `var`?
6262
- Do the variable, function and argument names you created follow the [Naming Conventions](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)?
63-
- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md))?
63+
- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/code_formatting.md))?
6464
- Have you resolved all issues flagged by ESLint and the spell checker (no wavy red and green underlines in VSCode)?
6565

6666
If the answer is 'yes' to all preceding questions you are ready to follow these instructions:
@@ -98,4 +98,4 @@ it’s a great way to really practice JavaScript a lot in various problems.
9898

9999
Please note, there are various challenges all sorted on difficultly called KIU. Kiu 8 is the easiest, Kiu 1 is the hardest, we expect you to do challenges around level 8, 7 maybe.
100100

101-
Enjoy!
101+
Enjoy!

0 commit comments

Comments
 (0)