You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week2/MAKEME.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ Follow these steps. Each step should build on the result of the previous step.
106
106
107
107
## Step 3: ROVER
108
108
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/))
110
110
111
111
## Step 4: **Some freeCodeCamp challenges:**
112
112
@@ -135,6 +135,8 @@ Go over your homework one last time:
135
135
- Have you used `const` and `let` and avoided `var`?
136
136
- Do the variable, function and argument names you created follow the [Naming Conventions](../../../../fundamentals/blob/master/fundamentals/naming_conventions.md)?
137
137
- 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
+
138
140
139
141
If the answer is 'yes' to all preceding questions you are ready to follow these instructions:
0 commit comments