eval(), parseInt(), isNaN()
eval("2*3+4*6")는 30
parseInt("30")는 30
parseInt("0x30")는 48
숫자입니다.123