DEV Community

Discussion on: 5 important JavaScript array methods

Collapse
 
weironiottan profile image
Christian Gabrielsson

Awesome!

Although I would add .includes() for filtering and .flatmap(), I started using this more and more with Observables when I want to flat and map an observable

Collapse
 
marlonry profile image
marlonry

Yeah definitely those methods are also useful for some use cases. I'll be talking about some more important methods in future posts. Thank you for you input :)