ES6: Array methods explained

Aleksandrs Bogackins
5 min readMar 26, 2021

--

Wrapping your head around array methods is an important step towards being able to write clean, functional code, and opens doors to the much powerful techniques of functional and reactive programming.

We use arrays on the daily basis. Seriously, a lot of arrays are being processed throughout our workflow, whereas our job is to make it legit. We use arrays to show search lists, items added into a user cart, store…

--

--