How to move decimal up a position in Javascript?
So basically the scenario is we have initial value 0.00 if the user enter any value like 2 than the decimal value should be 0.02 if the user enter any value like 3 than the decimal value should be 0.23…