Practice ยท 1 of 3
Apply Twice
Implement apply_twice(fn, value) that applies fn two times: fn(fn(value)).
Difficulty: intermediate
Press Submit to check your solution.
Back to lesson: Practice: Higher-Order Function Drills
Practice ยท 1 of 3
Implement apply_twice(fn, value) that applies fn two times: fn(fn(value)).
Difficulty: intermediate
Back to lesson: Practice: Higher-Order Function Drills