Ciklum interview question

How to fix closure problem with var variable inside the "for loop".

Interview Answer

Anonymous

Nov 21, 2022

Use the "let" type of variable instead of var, to have block scope for value.