window.isNaN = function(){return false}
window.isNaN = function(){return false} alert(isNaN('2') === isNaN(+'2'));