DEV Community

Discussion on: Demystifying Array.prototype.flat

Collapse
 
rivayudha profile image
Riva Yudha

Indeed it’s a handy feature to work with. But please be careful when using it in production, as my app often crashes in some of my user’s mobile browser, most likely because the browser support is not really good.

This made me had to revert some functions back to use the old ways in order to flattening arrays. Hopefully the browser support is getting better, though.