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

Skip to content

Commit 208ad73

Browse files
committed
udated homework
1 parent 296e882 commit 208ad73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

javascript2/week2/homework.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ The warmup exercises will be a bit abstract. But the in the **hyfBay exercise**
99

1010
## Warmup array exercises
1111

12+
If you struggle to do this weeks homework there are a couple of things to do:
13+
- Try watch this video: https://www.youtube.com/watch?v=Urwzk6ILvPQ
14+
- Watch the class recording. If it for some reason is missing. Find a previous class recoring [here](https://www.youtube.com/channel/UCgWEvuTAyg7qbWcq0M8w4EQ/videos) just search for fx js week 2
15+
- Read up on array functions [here](https://github.com/HackYourFuture-CPH/JavaScript/blob/master/javascript2/week2/readme.md#array-methods-map-filter-and-sort)
16+
1217
### Doubling of number
1318
Say you would like to write a program that **doubles the odd numbers** in an array and **throws away the even number**.
1419

0 commit comments

Comments
 (0)