メッセージ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 関連項目 null undefined