From e027ea83155ed6cc96ed05c6c2e029cde195faa9 Mon Sep 17 00:00:00 2001 From: Jose Linardo Date: Tue, 19 Jul 2022 22:27:43 -0500 Subject: [PATCH] promesas --- 18_Day_Promises/18_day_starter/scripts/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/18_Day_Promises/18_day_starter/scripts/main.js b/18_Day_Promises/18_day_starter/scripts/main.js index 27d4043..719696c 100644 --- a/18_Day_Promises/18_day_starter/scripts/main.js +++ b/18_Day_Promises/18_day_starter/scripts/main.js @@ -126,5 +126,3 @@ fetch(url) //2.Read the countries api and find out the 10 largest countries //3.Read the countries api and count total number of languages in the world used as officials. - - \ No newline at end of file