Back to Challenges
Back
Fix Closure Stale Variable Issue in Loop
Easy
Problem
All callbacks reference the same loop variable, causing all to use the final value.
Code Editor
Solution
Fullscreen
Reset