Local variable (ローカル変数)
例
js
var global = 5; //is a global variable
function fun() {
var local = 10; //is a local variable
}
-
一般知識
- Wikipedia 上のローカル変数
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.