fixed instructions for level 2 execises 2, 3, 4, and 5 (forgot to save)

pull/846/head
Henry Hart Alegrado 2 years ago
parent 929588f200
commit 48645d05d5

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

Loading…
Cancel
Save