diff --git a/06_Day_Loops/06_day_loops.md b/06_Day_Loops/06_day_loops.md index 0a053b9..72f7557 100644 --- a/06_Day_Loops/06_day_loops.md +++ b/06_Day_Loops/06_day_loops.md @@ -426,13 +426,13 @@ for(let i = 0; i <= 5; i++){ ['Albania', 'Bolivia','Ethiopia'] ``` -4. Using the above countries array, find the country containing the biggest number of characters. +4. Using the countries array above, find the country containing the biggest number of characters. ```sh Ethiopia ``` -5. Using the above countries array, find the country containing only 5 characters. +5. Using the countries array above, find the country containing only 5 characters. ```sh ['Japan', 'Kenya']