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