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

Skip to content

Commit bc9ffe1

Browse files
committed
Correct homework weeks
1 parent f46c430 commit bc9ffe1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

JavaScript3/Week7/homework.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ Go over your homework one last time:
9090
- Have you used `const` and `let` and avoided `var`?
9191
- Do the variable, function and argument names you created follow the [Naming Conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md)?
9292
- Is your code well-formatted (see [Code Formatting](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md))?
93-
![](https://media.giphy.com/media/l4EpblDY4msVtKAOk/giphy.gif)
93+
-
94+
![check](https://media.giphy.com/media/l4EpblDY4msVtKAOk/giphy.gif)
95+
9496
If you can answer yes to the above questions then you are ready to hand in the homework:<br/>
9597
- 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
9698
- Add your homework files in the Javascript/javascript3/week7 folder

JavaScript3/Week8/homework.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,13 @@ Go over your homework one last time:
9090
- Does every file run without errors and with the correct results?
9191
- Have you used `const` and `let` and avoided `var`?
9292
- 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))?
94-
![](https://media.giphy.com/media/l4EpblDY4msVtKAOk/giphy.gif)
93+
- Is your code well-formatted (see [Code Formatting](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md))?
94+
-
95+
![](https://media.giphy.com/media/l4EpblDY4msVtKAOk/giphy.gif)
96+
9597
If you can answer yes to the above questions then you are ready to hand in the homework:<br/>
9698
- 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
98100
- To finish the homework post the link for your repo and the rendered index.html on your classes slack channel
99101
---
100102

0 commit comments

Comments
 (0)