DEV Community

Discussion on: Higher-order functions in Javascript

Collapse
 
mjan123 profile image
Muhammad Jaan

So any function that Accept a function as an argument or return a function is an higher-order-function. Am I right?