underdash icon indicating copy to clipboard operation
underdash copied to clipboard

Collection of JS snippets for collection manipulation

Results 2 underdash issues
Sort by recently updated
recently updated
newest added

Could you rebuild the website with `./publish.sh` -- not sure that sending a PR with a merge will work because of the `-f --orphan`

Flatten is available in the Browser as Array.prototype.flat(). This PR switches to that version and at the same time adds support for a depth parameter (because the browser one supports...