标签: javascript
我想从36.6或31.5中取更大的数字。所以这是例子。
const randomNumber = 36.6; const roundedNumber = ???
因此,当数字大于30且小于40时,我需要将其四舍五入为较高的数字40。