Formatting changes
This commit is contained in:
@ -12,5 +12,5 @@ const intersection = (a, b) => {
|
||||
```
|
||||
|
||||
```js
|
||||
intersection([1, 2, 3], [4, 3, 2]); // [2,3]
|
||||
intersection([1, 2, 3], [4, 3, 2]); // [2, 3]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user