QA
Dashboard

Practice Challenges

1. Basic Closure Counter

EasyClosures

Create a function `createCounter()` that returns a function. Each time the returned function is called, it should return an incremented count starting from 1.

Loading...