DEV Community

Cover image for ๐Ÿ“น ESNext in 2020 - flat() : Flatten an Array( with Video๐Ÿ”ฅ)
Shahjada Talukdar for The Destro Dev Show

Posted on

๐Ÿ“น ESNext in 2020 - flat() : Flatten an Array( with Video๐Ÿ”ฅ)

Array.prototype.flat()


The flat() method creates a new array with all sub-array elements concatenated into it recursively up to the specified depth.

Flat is really a useful feature of EcmaScript.

Just uploaded a new Video on ESNext series ๐ŸŽ‰
ESNext in 2020 - flat() : Flatten an Array

Please SUBSCRIBE for my future videos on ESNext series and also other cool series ๐Ÿ™Œ

YoutTube Channel: https://www.youtube.com/channel/UCy5EgfydCQlVv_AM-FZyYcg

See you in my next Post!
Cheers!
๐Ÿ‘‹

Top comments (5)

Collapse
 
alphavader profile image
KB

๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘

Collapse
 
destro_mas profile image
Shahjada Talukdar

I started to build my YouTube channel. Subscribe if you like ๐Ÿ˜Š ๐Ÿ‘‹ Thanks!

Collapse
 
vishnunair639 profile image
Vishnu

What's the name of the YouTube channel, Shahjada?

Thread Thread
 
destro_mas profile image
Shahjada Talukdar

The Destro Dev Show

Thread Thread
 
destro_mas profile image
Shahjada Talukdar