arrow function을 쓸 때 한 줄로만 나타낼 수 있으면 {}를 생략할 수 있다.
Math.rount(value / 60) - 반올림 Math.ceil() - 올림 Math.floor() - 내림