We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议翻译为:引擎从函数开始就知道局部变量 x, 但是变量 x 一直处于“未初始化”(无法使用)的状态,直到遇到let,此时“死区”结束
The text was updated successfully, but these errors were encountered:
另外本题中提到的let换成const应该是同样适用的,是否需要添加说明?
Sorry, something went wrong.
题目只涉及 let 就先只管 let 吧
Thanks, fixed in fbf4182
No branches or pull requests
建议翻译为:引擎从函数开始就知道局部变量 x, 但是变量 x 一直处于“未初始化”(无法使用)的状态,直到遇到let,此时“死区”结束

The text was updated successfully, but these errors were encountered: