...

/

Solution Review: Write Your First Higher-Order Function

Solution Review: Write Your First Higher-Order Function

In the following lesson, we will go over the solution of the challenge: Write Your First Higher-Order Function.

Task

In this challenge, you had to create a function which prints the result of another function.

Solution

A skeleton of the function was already provided for ...