JS ⟩ error ⟩ TypeError ⟩ cannot read properties of nullish❗
TypeError:cannot read properties of nullish❗
this error occurs when accessing properties of null / undefined.
null
undefined
property access expression
dot notation (.) - when obj is nullish.
obj
TypeError: "x" has no properties
Last updated 2 years ago