Quiz 6

parseInt, parseFloat 사용

아래 문자열을 parseInt, parseFloat로 변환해 출력해보세요.
const str1 = '3.14'; const str2 = '42px';