i'mI am facing the issue in divide numberdivision of numbers in java script.
Ex Example:
var x= 2500, var y = 100
alert(x/y) is shows 25 .
iis showing 25.
I need the answer in 25.00 format. whatWhat can iI do?
whenWhen I divide 2536/100, it gives as i expected.
Thank you