diff --git a/content/roadmaps/106-javascript/content/118-working-with-apis/100-xml-http-request.md b/content/roadmaps/106-javascript/content/118-working-with-apis/100-xml-http-request.md index 98505efe7..01d868ea3 100644 --- a/content/roadmaps/106-javascript/content/118-working-with-apis/100-xml-http-request.md +++ b/content/roadmaps/106-javascript/content/118-working-with-apis/100-xml-http-request.md @@ -4,4 +4,5 @@ Free Content Using XMLHttpRequest -Network request - XMLHttpRequest \ No newline at end of file +Network request - XMLHttpRequest +W3Schools \ No newline at end of file diff --git a/content/roadmaps/106-javascript/content/118-working-with-apis/101-fetch.md b/content/roadmaps/106-javascript/content/118-working-with-apis/101-fetch.md index be9436b70..0c3ac8274 100644 --- a/content/roadmaps/106-javascript/content/118-working-with-apis/101-fetch.md +++ b/content/roadmaps/106-javascript/content/118-working-with-apis/101-fetch.md @@ -6,4 +6,5 @@ Fetch or Fetch API is a modern alternative to XMLHttpRequest. Compared to XMLHtt Using the Fetch API Network request - Fetch W3Schools – JavaScript Tutorial -A Comprehensive Course on JavaScript with Quizzes and Exercises - CodeGuage \ No newline at end of file +A Comprehensive Course on JavaScript with Quizzes and Exercises - CodeGuage +Learn Fetch API In 6 Minutes \ No newline at end of file