2 decimal in js code example Example: javascript snumber two decimal places as string Click to copylet money = 1.6; money.toFixed(2); // 1.60