TypeError: Cannot read properties of null (reading 'length')

1 개요[ | ]

TypeError: Cannot read properties of null (reading 'length')
JavaScript
Copy
var x;
console.log(x.length);
TypeError: Cannot read properties of undefined (reading 'length') 

2 같이 보기[ | ]