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