Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Set Value if variable is Not NaN. Reply To: Set Value if variable is Not NaN.

#180907
Kingslayer
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 =).