DEV Community

Discussion on: How to convert objects into arrays in Javascript

Collapse
 
arikaturika profile image
Arika O

Funny, just yesterday I flattened an array using reduce() and I ran into Typescript issues because of the inference. Still didn't find a solution :D. But yes, these methods are super useful.