[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Errors/No_properties [Back]  [Original]

TypeError: "x" has no properties - JavaScript | MDN

MDN Web Docs

View in English Always switch to English

TypeError: "x" has no properties

JavaScript "null (or undefined) has no properties" null undefined

js
TypeError: Unable to get property {x} of undefined or null reference (Edge)
TypeError: null has no properties (Firefox)
TypeError: undefined has no properties (Firefox)

TypeError

null undefined

null undefined

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

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


Web Proxy Viewer  |  New URL  |  Original Page