undefined
undefined
は、宣言のみが行われた変数、あるいは実引数が存在しない仮引数に自動的に割り当てられるプリミティブ値のことです。
例
js
var x; //値を代入しない変数
console.log("x's value is", x); //ログ:"x's value is undefined"
関連情報
>一般知識
- Wikipedia 上の記事「Undefined value(英語)」
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.