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);
});