Skip to content
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

141.[js]JavaScript 中的 let 关键字有什么用? #141

Open
webVueBlog opened this issue Mar 31, 2020 · 1 comment
Open

141.[js]JavaScript 中的 let 关键字有什么用? #141

webVueBlog opened this issue Mar 31, 2020 · 1 comment
Labels
JavaScript JavaScript

Comments

@webVueBlog
Copy link
Member

[软技能]

@webVueBlog webVueBlog added the JavaScript JavaScript label Mar 31, 2020
@webVueBlog
Copy link
Member Author

除了可以在函数级别声明变量之外,ES6 还允许你使用 let 关键字在代码块({..})中声明变量。

@webVueBlog webVueBlog changed the title 141.[软技能]JavaScript 中的 let 关键字有什么用? 141.[js]JavaScript 中的 let 关键字有什么用? Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JavaScript JavaScript
Projects
None yet
Development

No branches or pull requests

1 participant