DEV Community

Basic Functional Programming with Javascript

marpme (Marvin) on October 23, 2018

Functional programming - hmm sounds interesting - but I have actually no clue about this topic? ... Well, then you are welcome to read this article...
Collapse
 
jeroka profile image
Esteban Rocha

Great article!

Collapse
 
jvanbruegge profile image
Jan van Brügge

Your "normal" function is in fact pure too: the data it is referencing might be not an argument, but is constant, it wont change making it pure too.

Collapse
 
marpme profile image
marpme (Marvin)

Thank you Jan, actually that’s true, yes. Maybe you can suggest a better example? I would be really curious if you got a better one in mind.