Array reduce vs chaining vs for loop

Share this video with your friends

Send Tweet

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)