diff --git a/06_Day_Loops/06_day_loops.md b/06_Day_Loops/06_day_loops.md index 30983b9..a6c7e0c 100644 --- a/06_Day_Loops/06_day_loops.md +++ b/06_Day_Loops/06_day_loops.md @@ -420,7 +420,7 @@ for(let i = 0; i <= 5; i++){ ['Finland','Ireland', 'Iceland'] ``` -3. In above countries array, check if there is a country or countries end with a substring 'ia'. If there are countries end with, print it as array. If there is no country containing the word 'ai', print 'These are countries ends without ia'. +3. In above countries array, check if there is a country or countries end with a substring 'ia'. If there are countries end with 'ia', print it as array. If there is no country containing the word 'ia', print 'These are countries ends without ia'. ```sh ['Albania', 'Bolivia','Ethiopia']