From 03d2e3607f4a924fd3871326dad52f8ce83d719a Mon Sep 17 00:00:00 2001 From: getcoder-top <79412490+getcoder-top@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:02:40 +0530 Subject: [PATCH] Add content to working with apis in javascript (#2600) Co-authored-by: Kamran Ahmed --- .../content/118-working-with-apis/100-xml-http-request.md | 2 +- .../106-javascript/content/118-working-with-apis/101-fetch.md | 2 ++ .../106-javascript/content/118-working-with-apis/readme.md | 3 ++- 3 files changed, 5 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 d06d7ecc0..98505efe7 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,4 @@ Free Content Using XMLHttpRequest -Network request - XMLHttpRequest +Network request - XMLHttpRequest \ 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 19fab7b5e..c6072ed0c 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 @@ -5,3 +5,5 @@ Fetch or Fetch API is a modern alternative to XMLHttpRequest. Compared to XMLHtt Free Content Using the Fetch API Network request - Fetch +W3Schools – JavaScript Tutorial +A Comprehensive Course on JavaScript with Quizzes and Exercises - CodeGuage diff --git a/content/roadmaps/106-javascript/content/118-working-with-apis/readme.md b/content/roadmaps/106-javascript/content/118-working-with-apis/readme.md index edbb14ff3..51c590dd3 100644 --- a/content/roadmaps/106-javascript/content/118-working-with-apis/readme.md +++ b/content/roadmaps/106-javascript/content/118-working-with-apis/readme.md @@ -6,4 +6,5 @@ When working with remote APIs, you need a way to interact with those APIs. Moder Fetching data from the server XMLHttpRequest Fetch API -Ajax Battle: XMLHttpRequest vs the Fetch API +Is fetch API better than XMLHTTPRequest +Ajax Battle: XMLHttpRequest vs the Fetch API \ No newline at end of file