Quiz 10

여러 값의 타입/변환 결과

아래 값들의 typeof, Boolean, Number 결과를 예측하고 출력해보세요.
const a = ''; const b = '0'; const c = 0; const d = null; const e = undefined;