© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Luísa Ribeiro Bezerra
Software Engineer
The art of problem-solving using... functions! Functional Programming is a programming paradigm that relies on the use of functions whether they are pure or isolated functions, avoiding changing-state and mutable data. In general, the use of functio...
Chety
Solving everyday problem by code
Generally, it is a good start for functional programming newcomers. Nonetheless, I think it should have contained more examples.
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 :)
TK
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
Rafael dos Santos Miguel Filho
Nice post Luísa! Waiting for the next!
Thank you, Rafael! :)
Stela IS
Love it! Very useful and informative post, as always <3
Waiting for the next ones!
Thank you for all your support <3
Chety
Solving everyday problem by code
Generally, it is a good start for functional programming newcomers. Nonetheless, I think it should have contained more examples.