Science, asked by ravindarreddy3363, 3 months ago

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 maleentaj1008
6

Explanation:

The floor() method rounds a number DOWNWARDS to the nearest integer, and returns the result.

Answered by IceWeb
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