A

Admin • 833K Points
Coach

Q. Which method is used to round a number down to the nearest integer?

  • (A) Math.floor()
  • (B) Math.ceil()
  • (C) Math.round()
  • (D) Math.cut()
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

Math.floor() rounds numbers down to the nearest integer.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.