← Back to Phase 1: Fundamentals

Make Counter

Phase 1: FundamentalsModule 1: Basic Functions

Easy19k completed

Description

Implement a function that accepts an integer value and returns a function that can be repeatedly called to return increasing values

Your Solution