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.
2 parents 36dab3d + 3f9826e commit b58c472Copy full SHA for b58c472
doc/ko/function/scopes.md
@@ -1,4 +1,4 @@
1
- ## 스코프와 네임스페이스
+## 스코프와 네임스페이스
2
3
JavaScript는 '{}' Block이 배배 꼬여 있어도 문법적으로는 잘 처리하지만, Block Scope은 지원하지 않는다. 그래서 JavaScript에서는 항상 *함수 스코프*를 사용한다.
4
0 commit comments