Hacker News new | ask | show | jobs
by Tade0 1206 days ago
No, but it's still useful in those rare instances in which you really need broader than block scoping.
1 comments

Even then I still think it's clearer to put a `let` in the outer scope instead of putting a `var` in one of the inner scopes.