← Back to Phase 2: Intermediate

Curry

Phase 2: IntermediateModule 1: Advanced Function Patterns

Medium6.28k completed

Description

Implement a function that transforms a function that takes multiple arguments into a function that can be repeatedly called with only one argument at a time

Your Solution