DEV Community

Discussion on: An Adequate Introduction to Functional Programming

Collapse
 
aminnairi profile image
Amin

You are correct! I think that when beginners start to see things like map or reduce or findIndex they get lost quicker than when using this way of writing (which uses concepts that are present in other imperative languages). Maybe a little more approachable to begin the smooth transition to the Array methods.

Thread Thread
 
mr_bertoli profile image
Andrea Bertoli • Edited

Thanks Amin for the "human-readable" version of pipe! 😁

The article supposes some degree of familiarity with JS. Maybe I need to mention some prerequisites in the intro part.