From 680d3ee8684c8145d1d9df734d1f6cd818333feb Mon Sep 17 00:00:00 2001 From: Henry Hart Alegrado Date: Thu, 24 Aug 2023 13:38:40 +0800 Subject: [PATCH] fixed instructions for exercise level 2 #10 --- 06_Day_Loops/06_day_loops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_Day_Loops/06_day_loops.md b/06_Day_Loops/06_day_loops.md index 7a017ea..7d37009 100644 --- a/06_Day_Loops/06_day_loops.md +++ b/06_Day_Loops/06_day_loops.md @@ -432,7 +432,7 @@ for(let i = 0; i <= 5; i++){ Ethiopia ``` -5. Using the countries array above, find the country containing only 5 characters. +5. Using the countries array above, find the country or countries containing only 5 characters. ```sh ['Japan', 'Kenya']