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