Functions That Return Other Functions
Let’s learn about functions that can return other functions.
We'll cover the following
Apart from accepting functions as arguments, functions can also return anonymous functions, which can be handy when the returned function is not always the same but depends on the function's input or other external parameters.
Coding example
This is illustrated in returnFunction.go
:
Get hands-on with 1400+ tech skills courses.