// The Math.floor() function returns the largest integer // less than or equal to a given number. console.log(Math.floor(9.8)); // expected output: 10