<aside> 💡

Built-in Object를 활용하여 다양한 데이터와 연산을 효과적으로 처리함

</aside>

image.png

문법


Math


const x = 242.123;

Math.round(x);
Math.floor(x)