← Code LabJavaScript0/50 solved · 0%
Functions · medium

21. Closures

Functions that remember.

Write `makeCounter()` returning a function that returns 1, 2, 3… on each call.
Required in your answer: return