Felicia Baconfeliciabacon.hashnode.dev·Aug 3, 2021Array 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...1 like·43 readsarrayAdd a thoughtful commentNo comments yetBe the first to start the conversation.