From 430b78f8aed462231226940968f2c63a474c4e99 Mon Sep 17 00:00:00 2001 From: Ahmad Dusmatov Date: Tue, 1 Nov 2022 12:30:24 +0500 Subject: [PATCH] Remove duplicated resource (#2833) --- .../106-javascript/content/118-working-with-apis/101-fetch.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 2a82d68aa..32f721d44 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,5 +6,4 @@ The fetch() method in JavaScript is used to request to the server and load the i Free Content Fetch MDN Docs Fetch W3school Docs -Network request - Fetch -Network request - Fetch +Network request - Fetch \ No newline at end of file