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