Same here, but I got bitten by weird scoping rules quite a few times.
Separating variable definition from assignment (e.g. with 'let') would probably help a lot in this case.
Same here, but I got bitten by weird scoping rules quite a few times.
Separating variable definition from assignment (e.g. with 'let') would probably help a lot in this case.