|
4 | 4 |
|
5 | 5 | ## Step1: Feedback
|
6 | 6 |
|
7 |
| ->Todo |
| 7 | +_Deadline Monday_ |
8 | 8 |
|
9 |
| -## Step 2: More map, filter, reduce, and => |
| 9 | +Go through the `html-css`, `javascript1` and `javascript2` Github repositories of one of your fellow students, check if they have neat repository's with the different weeks (eg. `week1`, `week2`, `week3`)of homework for all the modules up and until now. Also check if they have hosted their homework on Github pages. If there is anything that they can improve please provide feedback in an issue. |
| 10 | + |
| 11 | +## Step 2: More map, filter and `=>` |
| 12 | + |
| 13 | +_Deadline Wednesday_ |
10 | 14 |
|
11 | 15 | 1. Say you would like to write a program that doubles the odd numbers in an array and throws away the even number.
|
12 | 16 |
|
@@ -91,14 +95,15 @@ let tasks = [monday, tuesday];
|
91 | 95 | - Output a formatted Euro amount.
|
92 | 96 | - Don't forget to use `=>`
|
93 | 97 |
|
94 |
| -<!-- Change this into more fun data challenge --> |
95 |
| -<!-- ## Step 2: Custom challenge |
96 |
| -1. Go to https://api.github.com/orgs/HackYourFuture/repos, you will see a list of the repositories our HYF organization has (yes it's a lot of JSON). |
97 |
| -2. You can copy the JSON and put it in a string at the top of your `.js` file. Print the name of the 3rd repository in the array to the console. |
98 |
| -3. Make a `<ul>` with a `<li>` for each repository name (just like you did with the books in the previous assignment). |
99 |
| -4. It should only display the modules that are actually being used in the curriculum at the moment, you of course know which those are, but if you need a reminder you can find them in our [curriculum overview](https://github.com/HackYourFuture/curriculum). |
100 |
| -5. Use CSS to divide the page in two columns. The left column will have a list of the names for repository. The right column should have the following information about each repository: the number of `stargazers`, the number of `watchers`, the number of `forks`, the `language` of the repository. |
101 |
| -6. place the `avatar_url` (logo) of our organization somewhere on a nice place in your page. --> |
| 98 | +### Step 3: **Some freeCodeCamp challenges:** |
| 99 | + |
| 100 | +_Deadline Saturday_ |
| 101 | + |
| 102 | +1. [Comparisons with the Logical And Operator](https://www.freecodecamp.com/challenges/comparisons-with-the-logical-and-operator) |
| 103 | + |
| 104 | +2. [Record Collection](https://www.freecodecamp.com/challenges/record-collection) |
| 105 | + |
| 106 | +3. [Iterate over Arrays with map](https://www.freecodecamp.com/challenges/iterate-over-arrays-with-map) |
102 | 107 |
|
103 | 108 |
|
104 | 109 | ```
|
|
0 commit comments