Consistent whitespace

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-11-03 21:46:13 +02:00
parent f057d4d95b
commit 81e37d20c0
11 changed files with 16 additions and 13 deletions

View File

@@ -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],