소수점 관련 메서드 정리 parseFloat(string) : string을 강제로 float형으로 바꾼다. number가 아닌 곳은 버림한다. toFixed(num) : num으로 지정한 수로 소수점 자리를 강제 지정한다