From 2922ab42e6165957ef6ce61f38f4483358b4f54c Mon Sep 17 00:00:00 2001 From: Sameer Kumar Date: Fri, 21 Oct 2022 22:53:43 +0530 Subject: [PATCH] [#1838] Added content for fetch and XMLHttpRequest. (#2503) Co-authored-by: Kamran Ahmed --- .../content/118-working-with-apis/100-xml-http-request.md | 3 ++- .../106-javascript/content/118-working-with-apis/101-fetch.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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