DEV Community

Discussion on: The beauty of Functional Programming

Collapse
 
rolandcsibrei profile image
Roland Csibrei

With a few mistakes (changeFirstElement in the immutable data example will ADD a record to the first position, index zero, and not change it) but a good article for the beginners to understand, why is fn programming and immutability so cool. Thx!