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