Sign in
Log inSign up
Luísa Ribeiro Bezerra

121 likes

·

2.6K reads

11 comments

Stela IS
Stela IS
Jan 13, 2021

Love it! Very useful and informative post, as always <3

Waiting for the next ones!

1
·
·1 reply
Luísa Ribeiro Bezerra
Luísa Ribeiro Bezerra
Author
·Jan 13, 2021

Thank you for all your support <3

·
Rafael dos Santos Miguel Filho
Rafael dos Santos Miguel Filho
Jan 13, 2021

Nice post Luísa! Waiting for the next!

1
·
·1 reply
Luísa Ribeiro Bezerra
Luísa Ribeiro Bezerra
Author
·Jan 13, 2021

Thank you, Rafael! :)

·
Deactivated User
Deactivated User
Deactivated User
Jan 14, 2021

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

1
·
·1 reply
Luísa Ribeiro Bezerra
Luísa Ribeiro Bezerra
Author
·Jan 14, 2021

Thank you! :))) Yeah functional programming is quite charming I would say hahaha

·
TK
TK
Jan 15, 2021

Great post Luísa! I also wrote something very similar to your post: FP Principles in JS

1
·
·1 reply
Luísa Ribeiro Bezerra
Luísa Ribeiro Bezerra
Author
·Jan 15, 2021

Wow! It is so complete :D Thank you

·
Chety
Chety
Aug 23, 2021

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";
1
·
·1 reply
Luísa Ribeiro Bezerra
Luísa Ribeiro Bezerra
Author
·Aug 24, 2021

Thank you! I just fixed it :)

·
Chety
Chety
Aug 23, 2021

Generally, it is a good start for functional programming newcomers. Nonetheless, I think it should have contained more examples.

1
·