Array reduce vs chaining vs for loop

Kent C. Dodds
InstructorKent C. Dodds
Share this video with your friends

Social Share Links

Send Tweet
Published 5 years ago
Updated 4 years ago

I had a little NodeJS script I wrote to do a quick task for myself and in this video I'll show you a comparison of different approaches to operating on an array, specifically the Array reduce method vs chaining filter and map calls, and finally iterating over the array using a regular for loop. You'll learn why I recommend chaining most of the time.