We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9bd4c commit f1b77f9Copy full SHA for f1b77f9
README.md
@@ -1,2 +1,13 @@
1
# learn-api-workflow
2
-as a begginer understanding api is the most have skill
+### as a begginer understanding api is the most have skill
3
+
4
+## What to do!
5
+## Give the repo a star to begin with;
6
7
+1: fork this repo
8
+2: clone the forked one to your computer
9
+3: open the folder in your code editor
10
+4: open the file called (challenge.js)
11
+5: create a file name it (yourname.js);
12
+6: code your answers in this new file;
13
+lastly: push your result and open a PULL REQUEST in this repo when done!
app.js
@@ -44,3 +44,4 @@ getData().then((data) => {
44
//1D: filter out only title of the post from number 3 above
45
46
// 2A: fetch comments from above api in a function then return the results.
47
0 commit comments