Ciklum interview question

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

Interview Answer

Anonymous

21 Nov 2022

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