undefined와 null의 공통점 '값이 없음'을 의미 primitive type
undefined와 null의 차이점 undefined는 type이면서 값이지만, null의 type은 object임 null은 명시적으로 '='를 통해 null로 할당