Rakesh Kumar Shawblogsfromrakesh.hashnode.dev·Sep 12, 2022Array FlatteningFrequently, we are thrown with a question where the interviewer expects us to make a nested array to a single array (in other terms, flatten an array). Although we have an existing Array method to flatten the array but sometimes they expects us to wr...27 readsarray methods