-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
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
以下代码的输出的结果为: #45
Comments
5 |
2 similar comments
5 |
5 |
5 |
5,因为a=9是在闭包,console是window |
5,闭包执行后内部的a从9变成了7,最外层的变量a不变 |
对上面的函数改造了一下:
输出:外层a:9 闭包a:7 全局a:5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: