You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Infinity and -Infinity can be optimized into 1/0 and -1/0 respectively. NaN can be optimized into 0/0. While there is no size benefit to optimizing NaN, there is a performance benefit. NaN is a window property. As such, using NaN forces the browser to add in extra checks incaseif window.NaN is changed by some oafish moron as per the W3 spec which (unfourtunatly) permits the free roam of such idiots.