TypeError: "x" has no properties
Fehlermeldung
TypeError: null has no properties TypeError: undefined has no properties
Fehlertyp
Was ist falsch gelaufen?
Beispiele
null.foo;
// TypeError: null has no properties
undefined.bar;
// TypeError: undefined has no properties