Quiz 4

불리언 변환(Boolean)

아래 값들을 Boolean()으로 변환해 출력해보세요.
const a = 0; const b = 'hello'; const c = '';