rauschma / exploring-js

20 stars 0 forks source link

Chapter: `Math` #12

Open rauschma opened 6 years ago

ghost commented 5 years ago

image

Math.ceil return the next largest integer. reference : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/ceil

rauschma commented 2 years ago

@ghost: Both expressions mean the same thing.