let nothing = null; // null: 비어있는 값 즉, empty 라고 할당하는 것
let x = ; // undefined: 선언을 했지만 아무것도 값이 지정되어있지 않는 경우