I'm not a blogger -- Trying to share some workarounds related to software development.
My true intention is just to try to help you when you are dealing with programming issues(on paper)
isNaN Method Este metodo retorna valor boolean indicando si tiene un valor NaN, el valor NaN no puede comparase consigo mismo es decir no se puede hacer algo asi: if(Number(x) == NaN){...}