Home › Forums › JavaScript › Set Value if variable is Not NaN. › Reply To: Set Value if variable is Not NaN.
August 28, 2014 at 3:19 am
#180907
Participant
Thanks alot =). The isNaN part was what i was missing i checked it via if (sum!== ‘NaN’) the empty check if for if a user deletes an input field it deletes the sum =).