From fc72a42f7ab4ba561090e493cdd076953df012be Mon Sep 17 00:00:00 2001 From: Menai Ala Eddine Date: Sat, 11 Feb 2023 17:55:33 +0100 Subject: [PATCH] :wrench: Fix typo mistake --- 09_Day_Higher_order_functions/09_day_higher_order_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09_Day_Higher_order_functions/09_day_higher_order_functions.md b/09_Day_Higher_order_functions/09_day_higher_order_functions.md index 9aa6871..1de0d03 100644 --- a/09_Day_Higher_order_functions/09_day_higher_order_functions.md +++ b/09_Day_Higher_order_functions/09_day_higher_order_functions.md @@ -581,7 +581,7 @@ const products = [ 9. Use **_map_** to change to each name to uppercase in the names array 10. Use **_map_** to map the products array to its corresponding prices. 11. Use **_filter_** to filter out countries containing **_land_**. -12. Use **_filter_** to filter out countries having six character. +12. Use **_filter_** to filter out countries having six characters. 13. Use **_filter_** to filter out countries containing six letters and more in the country array. 14. Use **_filter_** to filter out country start with 'E'; 15. Use **_filter_** to filter out only prices with values.