You can use the Math.ceil
function
Math.ceil(7435/100)*100;
Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/ceil
3
solved How to Round Up an Integer Javascript
You can use the Math.ceil
function
Math.ceil(7435/100)*100;
Reference: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/ceil
3
solved How to Round Up an Integer Javascript