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