Javascript – What is the best approach to deal with floating point issues when limiting the user input to 2 decimal places?
I am currently creating an application that allows users to input a weight and select their preferred unit, between kg and lbs. As of now, the database is written in Django and stores each user weight entry for a particular…