isNan() is getting replaced with e!=e. This is not accurate. isNaN('1:37.2') gives the result of true. '1:37.2'!='1:37.2' gives the result of false.
isNan() is getting replaced with e!=e. This is not accurate.
isNaN('1:37.2') gives the result of true.
'1:37.2'!='1:37.2' gives the result of false.