From 1ae1a09a682e752c6c204c8f82aa7a1ba7f3932c Mon Sep 17 00:00:00 2001 From: Frank Ojwang Date: Fri, 9 May 2025 02:28:36 +0300 Subject: [PATCH] First commit --- 05_Day_Arrays/05_day_starter/scripts/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/05_Day_Arrays/05_day_starter/scripts/main.js b/05_Day_Arrays/05_day_starter/scripts/main.js index 50cc07e..417b593 100644 --- a/05_Day_Arrays/05_day_starter/scripts/main.js +++ b/05_Day_Arrays/05_day_starter/scripts/main.js @@ -1,3 +1,4 @@ console.log(countries) alert('Open the browser console whenever you work on JavaScript') -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(countries) \ No newline at end of file