js round to 1 decimal place code example Example: javascript round to 2 digits var num = 2; var roundedString = num.toFixed(2);// 2.00