prettify example
This commit is contained in:
@ -15,5 +15,5 @@ const flatten = (arr, depth = 1) =>
|
||||
```
|
||||
|
||||
```js
|
||||
flatten([1, [2], 3, 4]); // [1,2,3,4]
|
||||
flatten([1, [2], 3, 4]); // [1, 2, 3, 4]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user