Html – isNaN alert is responding every time. Even when the value is number
In my code I have an if statement, using an isNaN(). It is checking the input on a number field. If the input isNaN() (is not a number) it should throw and alert() Right now it's throwing that alert no…