선언, 할당 같이할 수 있다.
let age = 12
선언은 했지만 할당이 안된 변수는
undefined
string, number, boolean, undefined 의 의미 이해
typeof 연산자 이해
typeof 는 타입을 리턴하는 연산자이다.
console.log(typeof 값) 하면 타입이 출력된다.
console.log(typeof 값)