When I am running the following code, it returns true
parseFloat(0.5*2)===parseInt(0.5*2)
However when I run the following code, it correctly