From 9f881de0a5d85a167f14789b2a3edddefbf664bc Mon Sep 17 00:00:00 2001 From: Hari Acharya <118670580+hariacharya7@users.noreply.github.com> Date: Sat, 4 Mar 2023 19:13:24 +0545 Subject: [PATCH] removed 2 duplicate questions. removed duplicate questions. --- 06_Day_Loops/06_day_loops.md | 1 - 1 file changed, 1 deletion(-) diff --git a/06_Day_Loops/06_day_loops.md b/06_Day_Loops/06_day_loops.md index c093495..8847143 100644 --- a/06_Day_Loops/06_day_loops.md +++ b/06_Day_Loops/06_day_loops.md @@ -474,7 +474,6 @@ for(let i = 0; i <= 5; i++){ 1. Sort the webTechs array and mernStack array 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 1. Find the country containing the hightest number of characters in the [countries array](https://github.com/Asabeneh/30DaysOfJavaScript/tree/master/data/countries.js) -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 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 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 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