Update formatting
This commit is contained in:
@ -7,7 +7,7 @@ lastUpdated: 2020-10-11T11:53:01+03:00
|
||||
|
||||
Checks if the two iterables are disjointed (have no common values).
|
||||
|
||||
- Use the `new Set()` constructor to create a new `Set` object from each iterable.
|
||||
- Use the `Set` constructor to create a new `Set` object from each iterable.
|
||||
- Use `Array.prototype.every()` and `Set.prototype.has()` to check that the two iterables have no common values.
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user