Higher order vs First order functions in Javascript

preview_player
Показать описание
Higher Order Functions
Function which accepts another function as a parameter or return a function as a return value or both

First Order Function
Function which doesn't accepts another function as a parameter and doesn't return a function as a return value

#javascript #higherorderfunction #firstorderfunction #zorefcode
Рекомендации по теме