I am working in JavaScript section. I am on the following exercise. And here is the snapshot of the Math.floor() function definition given here.
And I think this is incorrect definition of this function. Here is the correct definition from the documentation site. The Math.floor()
function returns the largest integer less than or equal to a given number. Please modify this exercise.