redondear el número de typeScript
var n = 4.3;
alert(Math.ceil(n)); //alerts 5
Cute Caterpillar
var n = 4.3;
alert(Math.ceil(n)); //alerts 5