DEV Community

Discussion on: 9 Extremely Powerful JavaScript Hacks

Collapse
 
jstewart8053 profile image
jstewart8053 • Edited

I noticed the same thing... adding

entries.flat(Infinity)
Enter fullscreen mode Exit fullscreen mode

will flatten the array down to a single array no matter how nested the array is :)
Oh... and also, super-helpful Post!