Skip to content

Commit 20ffd0c

Browse files
authored
Update 06_day_loops.md
Fixed issue Day 6 Exercise Level 3 Error Asabeneh#917
1 parent 55d8e3d commit 20ffd0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

06_Day_Loops/06_day_loops.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,7 @@ for(let i = 0; i <= 5; i++){
473473
1. Arrays are mutable. Create a copy of array which does not modify the original. Sort the copied array and store in a variable sortedCountries
474474
1. Sort the webTechs array and mernStack array
475475
1. Extract all the countries contain the word 'land' from the [countries array](https://github.com/Asabeneh/30DaysOfJavaScript/tree/master/data/countries.js) and print it as array
476-
1. Find the country containing the hightest number of characters in the [countries array](https://github.com/Asabeneh/30DaysOfJavaScript/tree/master/data/countries.js)
477-
1. Extract all the countries contain the word 'land' from the [countries array](https://github.com/Asabeneh/30DaysOfJavaScript/tree/master/data/countries.js) and print it as array
476+
1. Find the country containing the highest number of characters in the [countries array](https://github.com/Asabeneh/30DaysOfJavaScript/tree/master/data/countries.js)
478477
1. Extract all the countries containing only four characters from the [countries array](https://github.com/Asabeneh/30DaysOfJavaScript/tree/master/data/countries.js) and print it as array
479478
1. Extract all the countries containing two or more words from the [countries array](https://github.com/Asabeneh/30DaysOfJavaScript/tree/master/data/countries.js) and print it as array
480479
1. Reverse the [countries array](https://github.com/Asabeneh/30DaysOfJavaScript/tree/master/data/countries.js) and capitalize each country and stored it as an array

0 commit comments

Comments
 (0)