TypeError: "x" has no properties
null ê³¼ undefined ë¼ë ìì±ì ì ê·¼íë ¤ê³ ìëí ë "null(í¹ì undefined)ì ìì±ì´ ììµëë¤"ë¼ë JavaScript ìë¬ê° ë°ìí©ëë¤.
ë©ì¸ì§
TypeError: Cannot read properties of undefined (reading 'x') (V8-based) TypeError: null has no properties (Firefox) TypeError: undefined has no properties (Firefox) TypeError: undefined is not an object (evaluating 'undefined.x') (Safari)
ìë¬ íì
무ìì´ ì못ëììê¹?
null ê³¼ undefined ì ì ê·¼ í ì ìë ìì±ì´ ììµëë¤.
ìì
>null and undefined have no properties
js
null.foo;
// TypeError: null has no properties
undefined.bar;
// TypeError: undefined has no properties