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: JavaScript3/Week7/homework.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,9 @@ Go over your homework one last time:
90
90
- Have you used `const` and `let` and avoided `var`?
91
91
- Do the variable, function and argument names you created follow the [Naming Conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md)?
92
92
- Is your code well-formatted (see [Code Formatting](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md))?
If you can answer yes to the above questions then you are ready to hand in the homework:<br/>
95
97
- Find the hyf-homework git repo (that you have forked from [here](https://github.com/HackYourFuture-CPH/hyf-homework)) the link will be https://github.com/YOUR-ACCOUNT/hyf-homework
96
98
- Add your homework files in the Javascript/javascript3/week7 folder
Copy file name to clipboardExpand all lines: JavaScript3/Week8/homework.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,11 +90,13 @@ Go over your homework one last time:
90
90
- Does every file run without errors and with the correct results?
91
91
- Have you used `const` and `let` and avoided `var`?
92
92
- Do the variable, function and argument names you created follow the [Naming Conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md)?
93
-
- Is your code well-formatted (see [Code Formatting](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md))?
If you can answer yes to the above questions then you are ready to hand in the homework:<br/>
96
98
- Find the hyf-homework git repo (that you have forked from [here](https://github.com/HackYourFuture-CPH/hyf-homework)) the link will be https://github.com/YOUR-ACCOUNT/hyf-homework
97
-
- Add your homework files in the Javascript/javascript3/week7 folder
99
+
- Add your homework files in the Javascript/javascript3/week8 folder
98
100
- To finish the homework post the link for your repo and the rendered index.html on your classes slack channel
0 commit comments