121 likes
·
2.6K reads
11 comments
Love it! Very useful and informative post, as always <3
Waiting for the next ones!
Thank you for all your support <3
Nice post Luísa! Waiting for the next!
Thank you, Rafael! :)
Awesome post, thanks a lot. I hope that a lot of people will understand the beauty of functional programming in JavaScript! But some people don't even get the difference between Java vs. JavaScript so we had to write a basic post about that 0.o
Thank you! :))) Yeah functional programming is quite charming I would say hahaha
Great post Luísa! I also wrote something very similar to your post: FP Principles in JS
Wow! It is so complete :D Thank you
Hi Luisa,
Thanks for the nice and concise writing about functional programming. By the way in your string example, I think there is a small typo.
Instead of
const hi = "hi guys";
It should be
const str = "hi guys";
Thank you! I just fixed it :)
Generally, it is a good start for functional programming newcomers. Nonetheless, I think it should have contained more examples.