What does `Math.floor(4.7)` return?

JavaScript Associate Easy

JavaScript Associate — Easy

What does `Math.floor(4.7)` return?

Key points

  • Math.floor() rounds down to the nearest whole number
  • It does not round to the nearest decimal
  • Always returns an integer value

Ready to go further?

Related questions