Files
30-seconds-of-code/glossary/Higher-order-function.md
2019-08-13 11:19:29 +03:00

190 B

title, tags
title tags
Higher-order function Higher-order function

Higher-order functions are functions that either take other functions as arguments, return a function as a result, or both.