JSFiddle - React, Tailwind, and code Playground

by 3gwebtrain

JavaScript

var x = Number('10.22333');

console.log( x.toFixed(2) );

console.log( 'cc',  Number(0).toFixed(2) )