Update 10_day_Set_and_Map.md

minor typos fix
pull/99/head
mesfin 5 years ago committed by GitHub
parent b47c9c50d3
commit 2032033a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = [

Loading…
Cancel
Save