Array Processing Abstractions (Part 1)
An array in Javascript is simply a list of values. In order to do something with that list, usually we would need to ‘step through’ or ‘iterate’ over that list to perform a specific action on each value. Javascript provides us with a few different ty...
feliciabacon.hashnode.dev7 min read