why JavaScript is returning false for 12345678901234.1234 > 12345678901234.1233
I want to perform validation on 18 digit number (14 before decimal and 4 after decimal)
how to do that in JavaScript?