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: javascript2/week2/homework.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ The warmup exercises will be a bit abstract. But the in the **hyfBay exercise**
9
9
10
10
## Warmup array exercises
11
11
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
+
12
17
### Doubling of number
13
18
Say you would like to write a program that **doubles the odd numbers** in an array and **throws away the even number**.
0 commit comments