Skip to content

Commit 4ea76c6

Browse files
authored
Update promises.js
Added fetch notes reference.
1 parent 1f7065e commit 4ea76c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

10_Advance/promises.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,6 @@ fetch('https://api.github.com/users/AayushYadavz')
104104
return response.json()
105105
})
106106
.then((data) => {console.log(data);})
107-
.catch((err) => {console.log(err);})
107+
.catch((err) => {console.log(err);})
108+
109+
//------------------------------- Fetch Notes & Diagram is in readme.md ---------------

0 commit comments

Comments
 (0)