86.2k views
2 votes
Which method of the math object rounds a value to the next lowest integer?​?

2 Answers

3 votes
The floor function. For example floor(1.75)=1
User Uncletall
by
7.6k points
4 votes
In Javascript, the math object that rounds a value to the next lowest integer is the math.floor(number);


User Auntie
by
7.7k points

No related questions found