← Back to Phase 2: Intermediate

Flatten

Phase 2: IntermediateModule 4: Object & Array Manipulation

Medium12.3k completed

Description

Implement a function that recursively flattens an array into a single level deep

Your Solution