Math.ceil

Example 1:

var myMath = Math.ceil(23.45678) // returns 24

Example 2:

var myMath = Math.ceil(-9.999) // returns -9