Which JavaScript function you have to use when you want to returns the number downwards to its nearest integer
value?
Select one:
O abs0
O ceilo
O min()
O floor()
Answers
Answered by
6
Explanation:
The floor() method rounds a number DOWNWARDS to the nearest integer, and returns the result.
Answered by
38
- floor ()
The floor() method rounds a number DOWNWARDS to the nearest integer, and returns the result. If the passed argument is an integer, the value will not be rounded.
Similar questions