From 70e557a8c11c7e83493f5267ca89cd9888b96235 Mon Sep 17 00:00:00 2001 From: Chris McQueen Date: Fri, 21 Oct 2022 10:35:57 -0500 Subject: [PATCH] Add fetch content (#2593) Added a brief description and added to links to tutorials and a YouTube video. Co-authored-by: Kamran Ahmed --- .../106-javascript/content/118-working-with-apis/101-fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c6072ed0c..be9436b70 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,4 @@ 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 +A Comprehensive Course on JavaScript with Quizzes and Exercises - CodeGuage \ No newline at end of file