Ramda JS Tutorial – Part 5 (ap)

preview_player
Показать описание
Let's understand all the functions of the JavaScript library Ramda JS and learn a lot about functional programming as we go along.

👾 In this video:
R.ap
R.concat
R.toUpper
R.repeat

📚 Combinator Calculus

💚 Support the channel on Patreon:

🖥 Full playlist:
Рекомендации по теме
Комментарии
Автор

these type reading of yours are educational gold. I'm learning so much, thank you for the awesome work!

rodrigolima
Автор

These videos are so fucking complicated to folow because you unfold your learning in front of us THANKS GOOD Christo’ have so much charisma it would be a pain ... you are smart and you make theses videos super interesting ... thumb up Edits: —correction made to your name— I was sarcastic but it was in the good way meaning you have the talent to make it interesting instead of others who also make less edited and longer videos but who doesn’t manage to be able to make it as interesting as you do with skills !!!

Luxcium
Автор

was looking for a good tutorial for this confusing ramdajs... now i understand better ... thx

uddishh
Автор

i guess the terminology really does matter when you deal with functional programming
very interesting how you think these are completely useless functions at first, and then you end up seeing how integral they can be

awesome playlist though, i like <3

also, best valentines day present xD

snail
Автор

Hey, great job with these series, there aren’t too many video materials for ramda. One thing that’s missing is outputs on the screen, for example terminal on the bottom. It’s good to see values and code on the same screen

wsxixd
Автор

Would like to point out that you can't use ap on objects, since it is designed to be used on lists only. To do such a thing, you would have to convert you object to key pair list first :D Please feel free to provide a working example if I am wrong.

TheFlamePhoenix