From 2032033a1bff78aaa03951adb3b73862fc99d7ed Mon Sep 17 00:00:00 2001 From: mesfin Date: Tue, 25 Aug 2020 17:20:56 +0300 Subject: [PATCH] Update 10_day_Set_and_Map.md minor typos fix --- 10_Day/10_day_Set_and_Map.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/10_Day/10_day_Set_and_Map.md b/10_Day/10_day_Set_and_Map.md index 24f380b..0a2ce32 100644 --- a/10_Day/10_day_Set_and_Map.md +++ b/10_Day/10_day_Set_and_Map.md @@ -267,7 +267,7 @@ Set(3) {3, 4, 5} ### Difference of sets -To find an the difference between two sets can be achieved using filter. Lets find the different of set A and set B (A \ B) +To find the difference between two sets can be achieved using filter. Lets find the different of set A and set B (A \ B) ```js let a = [1, 2, 3, 4, 5] @@ -300,7 +300,7 @@ console.log(map) Map(0) {} ``` -### Creating an Map from array +### Creating a Map from array ```js countries = [