In the following code snippet, what Math function should be used to round down floatingNum?
const floatingNum = 6.9;
// Correct option to round down
In the following code snippet, what Math function should be used to round down floatingNum?
const floatingNum = 6.9;
// Correct option to round down