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

Skip to content

Commit eea60a6

Browse files
committed
added alternative roverjs link
1 parent 7c41ebf commit eea60a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Week2/MAKEME.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Follow these steps. Each step should build on the result of the previous step.
106106

107107
## Step 3: ROVER
108108

109-
Finish up to chapter 7: JSON on [roverjs.com](http://roverjs.com/)!
109+
Finish up to chapter 7: JSON on [roverjs.com](http://roverjs.com/)! (Alternative site: [roverjs.taalmap.nl](http://roverjs.taalmap.nl/))
110110

111111
## Step 4: **Some freeCodeCamp challenges:**
112112

@@ -135,6 +135,8 @@ Go over your homework one last time:
135135
- Have you used `const` and `let` and avoided `var`?
136136
- Do the variable, function and argument names you created follow the [Naming Conventions](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)?
137137
- Is your code well-formatted (see [Code Formatting](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md))?
138+
- Have you resolved all issues flagged by ESLint and the spell checker (no wavy red and green underlines in VSCode)?
139+
138140

139141
If the answer is 'yes' to all preceding questions you are ready to follow these instructions:
140142

0 commit comments

Comments
 (0)