I am trying to compare two numbers.
I can’t seem to figure out why the first number is always returning as not equal to the second number. I tried parsing it with Math.round()
before comparing them but the first number keeps matching as less than the second number.
Appreciate your help in advance, thanks.