javascript tofixed 2 not adding 0 code example Example: tofixed currency in js (12345.67).toFixed(2).replace(/\d(?=(\d{3})+\.)/g, '$&,'); // 12,345.67