Hacker News .hnnew | past | comments | ask | show | jobs | submitlogin

there's no block scope. Only function scope.

There is global scope as well, and it's (unfortunately in most cases) the default.



Also there is block scope. let { ... }


AFAIK, let is a Mozilla only feature.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: