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 4 years ago
Updated 3 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.

xAmber
xAmber
~ 4 years ago

Nice explanation 👌, what's the font u r using ?

Jakob
Jakob
~ 4 years ago

could also have done map(trim)

Markdown supported.
Become a member to join the discussionEnroll Today