Consistent whitespace
This commit is contained in:
@@ -22,7 +22,7 @@ const zipWith = (...array) => {
|
||||
```
|
||||
|
||||
```js
|
||||
zipWith([1, 2], [10, 20], [100, 200], (a, b, c) => a + b + c); // [111,222]
|
||||
zipWith([1, 2], [10, 20], [100, 200], (a, b, c) => a + b + c); // [111, 222]
|
||||
zipWith(
|
||||
[1, 2, 3],
|
||||
[10, 20],
|
||||
|
||||
Reference in New Issue
Block a user