Respuesta :

In Javascript, the math object that rounds a value to the next lowest integer is the math.floor(number);


W0lf93
The floor function. For example floor(1.75)=1
ACCESS MORE