2 Important! Array methods you should know.
.flat() and .flatMap()
Aug 22, 20212 min read83

Search for a command to run...
Articles tagged with #array
.flat() and .flatMap()

Hey guys ๐ There are a lot of array methods in JavaScript and often we get confused ๐ about which to use when.In this article I will summarise these methods and do my best to clear about which method should we use according to our needs. Let's g...
