var a=15 const doubleToInt=parseInt(15.15) const intToFloat=a.toFixed(2) var a="1546" const stringToInt=parseInt(a)