Pinned Loading
-
Flatten Array
Flatten Array 1```javascript
2const arr = [[1,2,[3]],4];
34let flatArr = flatten(arr);
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.