What's the meaning of "Higher Order" in "Higher Order Arrow Functions"

In topic ES6: Write Higher Order Arrow Functions, what does it mean by Higher Order ?

It will helpful to clarify for newcomers to JavaScript world.

Thanks,
Vikram

A Higher Order Function is a function that returns another function or takes another function as an argument. I agree the challenge text should be made clearer.

1 Like

Thanks again for detailed clarification.

Regards,
Vikram