...

/

Solution Review: Write Your First Higher-Order Function

Solution Review: Write Your First Higher-Order Function

Let’s go over the solution for the challenge: Write Your First Higher-Order Function.

We'll cover the following...

Task

In this challenge, you had to create a function that returns the result of another function.

Solution

A skeleton of the function was ...