Array Methods You Must Know
When I first learned arrays, I only knew one way to work with them.
Loops.
If I wanted to change values… loop.If I wanted to filter values… loop.If I wanted to calculate sum… loop again.
It worked.
Bu
devwithsahil.hashnode.dev10 min read