© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Chety
Solving everyday problem by code
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";
Luísa Ribeiro Bezerra
Software Engineer
Thank you! I just fixed it :)