JavaScript
JavaScript tried to read properties from null or undefined
JavaScript attempted property access on a value that is null or undefined.
JavaScript
JavaScript attempted property access on a value that is null or undefined.
Observed message
TypeError: null/undefined has no properties
Why it happens
How to fix it
Official reference
MDN: TypeError: null/undefined has no propertiesRelated errors
Explore more