JSFiddle - React, Tailwind, and code Playground
by calder12
JavaScript
$(document).ready(function(){
var discount = 99.992.toFixed(2);
var discount2 = 99.999.toFixed(2);
alert(discount + " " + discount2);
});
by calder12
$(document).ready(function(){
var discount = 99.992.toFixed(2);
var discount2 = 99.999.toFixed(2);
alert(discount + " " + discount2);
});