Array Flatten in JavaScript
To understand array flattening, we first need to understand nested arrays.
What nested arrays are?
A nested array is simply an array that contains one or more arrays inside it.
Nested Array Structure
promises-with-raj.hashnode.dev5 min read