What will be the output of the following code snippet?
const number = 2.34; console.log(number.toPrecision(3));
2
2.34
2.35
2.340