how to make a number not be rounded js code example Example: round up number typescript var n = 4.3; alert(Math.ceil(n)); //alerts 5