What will be the output of the following code snippet?
const number = 9.75; console.log(number.toFixed(0));
9
10
9.7
9.75