What will be the output of the following code snippet?
const number = 1.2345; console.log(number.toPrecision(2));
1.2345
1.2
1.24
1.23