지역 변수 (Local variable)
예제
js
let global = 5; // 전역 변수
function fun() {
let local = 10; // 지역 변수
}
같이 보기
- 위키백과의 지역 변수
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2024 by individual mozilla.org contributors. Content available under a Creative Commons license.