JS

JavaScript Fundamentals 3 - Javascript math functi...

27.

What is the output of the following code?

console.log(Math.floor(4.7));

4.7

5

4

5.3