Update 10_day_Sets_and_Maps.md

line 266 different instead of difference. it's A typo
pull/370/head
Monster_01 3 years ago committed by GitHub
parent c90a1719ea
commit d638db2adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -263,7 +263,7 @@ Set(3) {3, 4, 5}
### Difference of sets ### 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 an the difference between two sets can be achieved using filter. Lets find the difference of set A and set B (A \ B)
```js ```js
let a = [1, 2, 3, 4, 5] let a = [1, 2, 3, 4, 5]

Loading…
Cancel
Save