@thebarefootdev
All things Software Dev & Architecture

All things Software Dev & Architecture

Follow
homebadgesnewsletter
Tag

best practices

#best-practices

More content

Read more stories on Hashnode


Articles with this tag

Counting items in a JavaScript Array with reduce

May 31, 20214 min read 994 views

The simplicity of the reduce method ยท I am a functional programming fan, and I strive for purity and simplicity wherever I can. I especially love the...

Counting items in a JavaScript Array with reduce