JSFiddle - React, Tailwind, and code Playground

by makingthings

JavaScript

var d = 109.65;
var s = d + '';
s =s.replace('.', '');

alert(s);