alert(typeof 123.3453346.toFixed(3)); // "string"
alert(typeof parseFloat(123.3453346.toFixed(3))); // "number"