fixed instructions for level 2 exercise #8

pull/846/head
Henry Hart Alegrado 2 years ago
parent 43d0e738ea
commit d6af6a2b0e

@ -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']

Loading…
Cancel
Save