Quiz 8

isNaN, Number.isNaN 차이

아래 값에 대해 isNaN과 Number.isNaN의 결과를 비교해보세요.
const a = 'hello'; const b = NaN; const c = 123;