7 lines
190 B
Markdown
7 lines
190 B
Markdown
---
|
|
title: Higher-order function
|
|
tags: Higher-order function
|
|
---
|
|
|
|
Higher-order functions are functions that either take other functions as arguments, return a function as a result, or both.
|