Ramda JS Tutorial – Part 39 (evolve)

preview_player
Показать описание
Recursively mapping transformations over an object.

Exploring all the functions of the JavaScript library Ramda JS and learning functional programming along the way.

⭐️ Support the channel on Patreon:

👾 In this video:
R.evolve
R.mapObjIndexed

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

Evolve is my favorite function so far.

bmehder
Автор

You were missing the case where a key exists in the data object but not in the transformation object.

JasonDeFontes
Автор

there is a bug in JS with the typeof { } === 'object' and that is because typeof null === 'object' is true too, so you need to check on the var with (var !== null && typeof var === 'object') to get objects

zeocamo
Автор

you want to invest in a cat door installed into you balcony door

markusgattol