From d4cbe51d6476522ccdb0381b03650e58e67881cd Mon Sep 17 00:00:00 2001 From: Frank Ojwang Date: Fri, 9 May 2025 02:38:10 +0300 Subject: [PATCH] Initialize day 06 --- 06_Day_Loops/06_day_starter/scripts/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/06_Day_Loops/06_day_starter/scripts/main.js b/06_Day_Loops/06_day_starter/scripts/main.js index c6045c8..b4a77bd 100644 --- a/06_Day_Loops/06_day_starter/scripts/main.js +++ b/06_Day_Loops/06_day_starter/scripts/main.js @@ -1,2 +1,3 @@ console.log(countries) -alert('Open the console and check if the countries has been loaded') \ No newline at end of file +alert('Open the console and check if the countries has been loaded') +console.log("loops") \ No newline at end of file