Consistent whitespace
This commit is contained in:
@ -20,5 +20,5 @@ const chunkIntoN = (arr, n) => {
|
||||
```
|
||||
|
||||
```js
|
||||
chunkIntoN([1, 2, 3, 4, 5, 6, 7], 4); // [[1,2], [3,4], [5,6], [7]]
|
||||
chunkIntoN([1, 2, 3, 4, 5, 6, 7], 4); // [[1, 2], [3, 4], [5, 6], [7]]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user