var a="text"; var b=1234; document.write(isNaN(a)) //it will return true document.write(isNaN(b)) //returns false
Asked In: Many Interviews | Alert Moderator
Login to post response