parseInt(str, base); // 파싱 함수


parseInt(1/0, 19); // 18

parseInt(0.000008); // 0

parseInt(0.0000008); // 8

parseInt(false, 16); // 250