-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[js] 第655天 js的作用域有哪些? #3502
Labels
js
JavaScript
Comments
全局变量 和 局部变量 |
函数作用域和块级作用域 |
全局作用域、块级作用域、函数作用域、闭包作用域 |
函数作用域/块作用域 |
ES5中:全局变量和局部变量 |
全局作用域 函数作用域 块作用域 作用域,就是当前的执行上下文,值和表达式在其中可以被访问到的上下文 作用域可以根据代码层次分层,以便于子作用域可以访问父作用域,沿着作用域链查找 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
第655天 js的作用域有哪些?
#40
3+1官网
我也要出题
The text was updated successfully, but these errors were encountered: