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
It should apply to those that relate to values in general (not necessary objects), e.g. string, number functions definitely.
e.g. ensureString, ensureNaturalNumber etc.
That way we would map native API, in sense that e.g. global isNaN accepts any non numeric value, while Number.isNaN confirms strictly on type of number NaN
The text was updated successfully, but these errors were encountered:
It should apply to those that relate to values in general (not necessary objects), e.g. string, number functions definitely.
e.g.
ensureString
,ensureNaturalNumber
etc.That way we would map native API, in sense that e.g. global
isNaN
accepts any non numeric value, whileNumber.isNaN
confirms strictly on type of numberNaN
The text was updated successfully, but these errors were encountered: