Implement `flattenDeep(arr)` that recursively flattens a deeply nested array into a single flat array.
Run your code to see results.