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
In such case, parsing this number should not stop on w letter, but should return NaN. The original library stops parsing on w, but this behavior can be misleading, returnig some decimal, when the input is in fact invalid.
-0.2e3409w8573049587
In such case, parsing this number should not stop on
wletter, but should returnNaN. The original library stops parsing onw, but this behavior can be misleading, returnig some decimal, when the input is in fact invalid.