★ wanayoo — archive 1999 https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Errors/No_propertiesNouvelle recherche | Portail wanayoo

Mozilla is working on a new program for developers and other web builders like you. Help shape that program by taking our 10 minute survey: https://goo.gl/forms/Ync2VuTWwAkQFvJx2

TypeError: "x" has no properties

この記事は編集レビューを必要としています。ぜひご協力ください。

メッセージ

TypeError: null has no properties
TypeError: undefined has no properties

エラータイプ

TypeError。

何がうまくいかなかったのか?

null と undefined に、アクセス可能なプロパティはありません。

例

null.foo;
// TypeError: null has no properties

undefined.bar;
// TypeError: undefined has no properties

関連項目

ドキュメントのタグと貢献者

 このページの貢献者: YuichiNukiyama
 最終更新者: YuichiNukiyama,