What will be the output of the following code snippet?
const number = 12.34567; console.log(number.toFixed(3));
12.345670
12.346
12.3457
12.345