Solution Review: Write Your First Higher-Order Function
Let’s go over the solution for the challenge: Write Your First Higher-Order Function.
Task
In this challenge, you had to create a function that returns the result of another function.
Solution
A skeleton of the function was ...