JavaScript 소수점 자리수 자르기 - toFixed()

toFixed() 함수는 전달받은 숫자의 소수 자리수를 반올림된 값으로 반환한다.

괄호 안에 자리수를 지정할 수 있다.

 

예시) toFixed(3): 소수점 3자리까지 반올림하여 반환

See the Pen Untitled by 챈챈 (@naaoviji-the-animator) on CodePen.

+ Recent posts