DEV Community

Discussion on: A Metaphorical Introduction to Functional JavaScript

Collapse
 
dre4success profile image
Damilare Joseph

This is a great post. Thanks for this. I've been told that map, reduce and filter are great FJS tools. Now I finally understand why, because they are pure functions and they're declarative. Thanks once again for this.
For the arrow functions used in HOC, I wished a conventional function declaration had been used, then it would have been more readable. Sometimes arrow functions are hard to read.

This is a really great post.