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

Skip to content

Commit 4609fe3

Browse files
authored
Update MAKEME.md
1 parent 8a9f517 commit 4609fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Week4/MAKEME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Homework Week 4
22

3-
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week4/README.md) you find the readings you have to complete before the fifth lecture.
3+
>[Here](https://github.com/SocialHackersCodeSchool/JavaScript/tree/master/Week4/README.md) you find the readings you have to complete before the fifth lecture.
44
55
## Step 0:
66
Give yourself (or your neighbour) a little tap on the shoulder, you've made it to JS2! :muscle:
@@ -9,10 +9,10 @@ Give yourself (or your neighbour) a little tap on the shoulder, you've made it t
99
Let's practice working with Objects and Arrays. Go to FreeCodeCamp and complete all challenges under "Object Oriented and Functional Programming" and the _first four challenges_ under "Basic Algorithm Scripting", up until 'Find the longest word in a string.'
1010

1111
## Step 2: Custom challenge
12-
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).
12+
1. Go to https://api.github.com/orgs/SocialHackersCodeSchool/repos, you will see a list of the repositories our HYF organization has (yes it's a lot of JSON).
1313
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.
1414
3. Make a `<ul>` with a `<li>` for each repository name (just like you did with the books in the previous assignment).
15-
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).
15+
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/SocialHackersCodeSchool).
1616
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.
1717
6. place the `avatar_url` (logo) of our organization somewhere on a nice place in your page.
1818

0 commit comments

Comments
 (0)