388 Views
find, some, map, reduce, every, filter Arrays are everywhere, from simple matrices to complex list of objects holding every little detail about each product on a page. We have to deal with them day to day and often when we operate on them, we write out the same lines of code instinctively without giving much attention about the possible forms they can take.
0 comments