Programming for absolute beginners; Javascript currying

preview_player
Показать описание
In recent years, functional programming has been growing steadily, and alongside are also concepts that make up the functional programming paradigm. one of these is called currying; currying is the process where a function that should receive multiple arguments is split into a series of inner functions and each of the function receives one argument, eliminating the need for one function to have multiple arguments. in the video, I discuss how to create a curried function, how to use it, and why it is useful. happy learning.

please like the video and subscribe to the channel.
Рекомендации по теме